Class: Rocksky::Generated::ShoutAuthor
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ShoutAuthor
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#did ⇒ Object
Returns the value of attribute did.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
192 193 194 |
# File 'lib/rocksky/generated/types.rb', line 192 def avatar @avatar end |
#did ⇒ Object
Returns the value of attribute did
192 193 194 |
# File 'lib/rocksky/generated/types.rb', line 192 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
192 193 194 |
# File 'lib/rocksky/generated/types.rb', line 192 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
192 193 194 |
# File 'lib/rocksky/generated/types.rb', line 192 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
192 193 194 |
# File 'lib/rocksky/generated/types.rb', line 192 def id @id end |