Class: Rocksky::Generated::SongRecentListenerView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::SongRecentListenerView
- 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.
-
#scrobbleUri ⇒ Object
Returns the value of attribute scrobbleUri.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def avatar @avatar end |
#did ⇒ Object
Returns the value of attribute did
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def id @id end |
#scrobbleUri ⇒ Object
Returns the value of attribute scrobbleUri
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def scrobbleUri @scrobbleUri end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
196 197 198 |
# File 'lib/rocksky/generated/types.rb', line 196 def @timestamp end |