Class: RedboothRuby::TaskList
- Includes:
- Operations::Create, Operations::Delete, Operations::Index, Operations::Meta, Operations::Show, Operations::Update
- Defined in:
- lib/redbooth-ruby/task_list.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#archived_tasks_count ⇒ Object
Returns the value of attribute archived_tasks_count.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#finish_on ⇒ Object
Returns the value of attribute finish_on.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last_comment_id ⇒ Object
Returns the value of attribute last_comment_id.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#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.
-
#start_on ⇒ Object
Returns the value of attribute start_on.
-
#tasks_count ⇒ Object
Returns the value of attribute tasks_count.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#updated_by_id ⇒ Object
Returns the value of attribute updated_by_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Base
Method Summary
Methods included from Operations::Meta
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
#archived ⇒ Object
Returns the value of attribute archived.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def archived @archived end |
#archived_tasks_count ⇒ Object
Returns the value of attribute archived_tasks_count.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def archived_tasks_count @archived_tasks_count end |
#completed ⇒ Object
Returns the value of attribute completed.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def completed @completed end |
#created_at ⇒ Object
Returns the value of attribute created_at.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.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_list.rb', line 10 def deleted @deleted end |
#finish_on ⇒ Object
Returns the value of attribute finish_on.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def finish_on @finish_on end |
#id ⇒ Object
Returns the value of attribute id.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def id @id end |
#last_comment_id ⇒ Object
Returns the value of attribute last_comment_id.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def last_comment_id @last_comment_id end |
#metadata ⇒ Object
Returns the value of attribute metadata.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def name @name end |
#position ⇒ Object
Returns the value of attribute position.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.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_list.rb', line 10 def project_id @project_id end |
#start_on ⇒ Object
Returns the value of attribute start_on.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def start_on @start_on end |
#tasks_count ⇒ Object
Returns the value of attribute tasks_count.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def tasks_count @tasks_count end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.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_list.rb', line 10 def updated_by_id @updated_by_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
10 11 12 |
# File 'lib/redbooth-ruby/task_list.rb', line 10 def user_id @user_id end |