Class: Basecampx::Topic
- Defined in:
- lib/basecampx/resources/topic.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#excerpt ⇒ Object
Returns the value of attribute excerpt.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#topicable ⇒ Object
Returns the value of attribute topicable.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Class Method Summary collapse
-
.all ⇒ Object
GET /topics.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
#attachments ⇒ Object
Returns the value of attribute attachments.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def @attachments end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def created_at @created_at end |
#excerpt ⇒ Object
Returns the value of attribute excerpt.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def excerpt @excerpt end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def id @id end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def title @title end |
#topicable ⇒ Object
Returns the value of attribute topicable.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def topicable @topicable end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/basecampx/resources/topic.rb', line 4 def updated_at @updated_at end |