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
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def createdAt @createdAt end |
#message ⇒ Object
Returns the value of attribute message
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def @message end |
#parent ⇒ Object
Returns the value of attribute parent
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def parent @parent end |
#subject ⇒ Object
Returns the value of attribute subject
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def subject @subject end |