Class: Tr3llo::Entities::Comment
- Inherits:
-
Struct
- Object
- Struct
- Tr3llo::Entities::Comment
- Defined in:
- lib/3llo/entities.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#id ⇒ Object
Returns the value of attribute id.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
15 16 17 |
# File 'lib/3llo/entities.rb', line 15 def created_at @created_at end |
#creator ⇒ Object
Returns the value of attribute creator
15 16 17 |
# File 'lib/3llo/entities.rb', line 15 def creator @creator end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/3llo/entities.rb', line 15 def id @id end |
#text ⇒ Object
Returns the value of attribute text
15 16 17 |
# File 'lib/3llo/entities.rb', line 15 def text @text end |