class Harvest::Task
The model that contains information about a task
Fields¶ ↑
id
-
(READONLY) the id of the task
name
-
(REQUIRED) the name of the task
billable
-
whether the task is billable by default
deactivated
-
whether the task is deactivated
hourly_rate
-
what the default hourly rate for the task is
default?
-
whether to add this task to new projects by default
Public Instance Methods
active?()
click to toggle source
# File lib/harvest/task.rb, line 18 def active? !deactivated end