Class: Rocksky::Generated::ShoutView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ShoutView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parent ⇒ Object
Returns the value of attribute parent.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def @author end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def createdAt @createdAt end |
#id ⇒ Object
Returns the value of attribute id
194 195 196 |
# File 'lib/rocksky/generated/types.rb', line 194 def id @id 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 |