Class: Basecampx::Comment
- Defined in:
- lib/basecampx/resources/comment.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#topic_url ⇒ Object
Returns the value of attribute topic_url.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
Instance Method Summary collapse
-
#todos ⇒ Object
GET /people/1/assigned_todos.json.
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
#content ⇒ Object
Returns the value of attribute content.
4 5 6 |
# File 'lib/basecampx/resources/comment.rb', line 4 def content @content end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/basecampx/resources/comment.rb', line 4 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/basecampx/resources/comment.rb', line 4 def id @id end |
#topic_url ⇒ Object
Returns the value of attribute topic_url.
4 5 6 |
# File 'lib/basecampx/resources/comment.rb', line 4 def topic_url @topic_url end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/basecampx/resources/comment.rb', line 4 def updated_at @updated_at end |