Class: RedboothRuby::Task
- Includes:
- Operations::Create, Operations::Delete, Operations::Index, Operations::Meta, Operations::Show, Operations::Update
- Defined in:
- lib/redbooth-ruby/task.rb
Instance Attribute Summary collapse
-
#assigned_id ⇒ Object
Returns the value of attribute assigned_id.
-
#comments_count ⇒ Object
Returns the value of attribute comments_count.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#description ⇒ Object
Returns the value of attribute description.
-
#description_html ⇒ Object
Returns the value of attribute description_html.
-
#description_updated_by_user_id ⇒ Object
Returns the value of attribute description_updated_by_user_id.
-
#due_on ⇒ Object
Returns the value of attribute due_on.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_private ⇒ Object
Returns the value of attribute is_private.
-
#last_activity_id ⇒ Object
Returns the value of attribute last_activity_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#record_conversion_id ⇒ Object
Returns the value of attribute record_conversion_id.
-
#record_conversion_type ⇒ Object
Returns the value of attribute record_conversion_type.
-
#resolved_subtasks_count ⇒ Object
Returns the value of attribute resolved_subtasks_count.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subtasks_count ⇒ Object
Returns the value of attribute subtasks_count.
-
#task_list_id ⇒ Object
Returns the value of attribute task_list_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#updated_by_id ⇒ Object
Returns the value of attribute updated_by_id.
-
#urgent ⇒ Object
Returns the value of attribute urgent.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
-
#watcher_ids ⇒ Object
Returns the value of attribute watcher_ids.
Attributes inherited from Base
Method Summary
Methods included from Operations::Meta
#metadata, #metadata=, #metadata_merge
Methods included from Operations::Delete
Methods included from Operations::Show
Methods included from Operations::Update
Methods included from Operations::Create
Methods included from Operations::Index
Methods inherited from Base
#errors, #initialize, #parse_timestamps, #set_attributes, #valid?
Methods included from Operations::Base
Constructor Details
This class inherits a constructor from RedboothRuby::Base
Instance Attribute Details
#assigned_id ⇒ Object
Returns the value of attribute assigned_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def assigned_id @assigned_id end |
#comments_count ⇒ Object
Returns the value of attribute comments_count.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def comments_count @comments_count end |
#created_at ⇒ Object
Returns the value of attribute created_at.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def created_at @created_at end |
#deleted ⇒ Object
Returns the value of attribute deleted.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def deleted @deleted end |
#description ⇒ Object
Returns the value of attribute description.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def description @description end |
#description_html ⇒ Object
Returns the value of attribute description_html.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def description_html @description_html end |
#description_updated_by_user_id ⇒ Object
Returns the value of attribute description_updated_by_user_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def description_updated_by_user_id @description_updated_by_user_id end |
#due_on ⇒ Object
Returns the value of attribute due_on.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def due_on @due_on end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def id @id end |
#is_private ⇒ Object
Returns the value of attribute is_private.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def is_private @is_private end |
#last_activity_id ⇒ Object
Returns the value of attribute last_activity_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def last_activity_id @last_activity_id end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def name @name end |
#position ⇒ Object
Returns the value of attribute position.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def position @position end |
#project_id ⇒ Object
Returns the value of attribute project_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def project_id @project_id end |
#record_conversion_id ⇒ Object
Returns the value of attribute record_conversion_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def record_conversion_id @record_conversion_id end |
#record_conversion_type ⇒ Object
Returns the value of attribute record_conversion_type.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def record_conversion_type @record_conversion_type end |
#resolved_subtasks_count ⇒ Object
Returns the value of attribute resolved_subtasks_count.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def resolved_subtasks_count @resolved_subtasks_count end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def status @status end |
#subtasks_count ⇒ Object
Returns the value of attribute subtasks_count.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def subtasks_count @subtasks_count end |
#task_list_id ⇒ Object
Returns the value of attribute task_list_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def task_list_id @task_list_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def updated_at @updated_at end |
#updated_by_id ⇒ Object
Returns the value of attribute updated_by_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def updated_by_id @updated_by_id end |
#urgent ⇒ Object
Returns the value of attribute urgent.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def urgent @urgent end |
#user_id ⇒ Object
Returns the value of attribute user_id.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def user_id @user_id end |
#watcher_ids ⇒ Object
Returns the value of attribute watcher_ids.
10 11 12 |
# File 'lib/redbooth-ruby/task.rb', line 10 def watcher_ids @watcher_ids end |