Class: Basecampx::Todo
- Defined in:
- lib/basecampx/resources/todo.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#comments_count ⇒ Object
Returns the value of attribute comments_count.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#content ⇒ Object
Returns the value of attribute content.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#due_at ⇒ Object
Returns the value of attribute due_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#position ⇒ Object
Returns the value of attribute position.
-
#todolist_id ⇒ Object
Returns the value of attribute todolist_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
Methods inherited from Resource
#delete, #initialize, parse, #save, #update_attributes
Methods included from Relations
Constructor Details
This class inherits a constructor from Basecampx::Resource
Instance Attribute Details
#attachments ⇒ Object
Returns the value of attribute attachments.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def @attachments end |
#comments_count ⇒ Object
Returns the value of attribute comments_count.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def comments_count @comments_count end |
#completed ⇒ Object
Returns the value of attribute completed.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def completed @completed end |
#content ⇒ Object
Returns the value of attribute content.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def content @content end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def created_at @created_at end |
#due_at ⇒ Object
Returns the value of attribute due_at.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def due_at @due_at end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def id @id end |
#position ⇒ Object
Returns the value of attribute position.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def position @position end |
#todolist_id ⇒ Object
Returns the value of attribute todolist_id.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def todolist_id @todolist_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/basecampx/resources/todo.rb', line 4 def updated_at @updated_at end |