Class: Rocksky::Generated::ShoutRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ShoutRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt
193 194 195 |
# File 'lib/rocksky/generated/types.rb', line 193 def createdAt @createdAt end |
#message ⇒ Object
Returns the value of attribute message
193 194 195 |
# File 'lib/rocksky/generated/types.rb', line 193 def @message end |
#parent ⇒ Object
Returns the value of attribute parent
193 194 195 |
# File 'lib/rocksky/generated/types.rb', line 193 def parent @parent end |
#subject ⇒ Object
Returns the value of attribute subject
193 194 195 |
# File 'lib/rocksky/generated/types.rb', line 193 def subject @subject end |