Class: Trellodon::Comment
- Inherits:
-
Struct
- Object
- Struct
- Trellodon::Comment
- Defined in:
- lib/trellodon/entities/comment.rb
Instance Attribute Summary collapse
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#date ⇒ Object
Returns the value of attribute date.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#creator ⇒ Object
Returns the value of attribute creator
4 5 6 |
# File 'lib/trellodon/entities/comment.rb', line 4 def creator @creator end |
#date ⇒ Object
Returns the value of attribute date
4 5 6 |
# File 'lib/trellodon/entities/comment.rb', line 4 def date @date end |
#text ⇒ Object
Returns the value of attribute text
4 5 6 |
# File 'lib/trellodon/entities/comment.rb', line 4 def text @text end |