Class: Rocksky::Generated::ArtistRecentListenerView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ArtistRecentListenerView
- 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
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def avatar @avatar end |
#did ⇒ Object
Returns the value of attribute did
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def id @id end |
#scrobbleUri ⇒ Object
Returns the value of attribute scrobbleUri
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def scrobbleUri @scrobbleUri end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
24 25 26 |
# File 'lib/rocksky/generated/types.rb', line 24 def @timestamp end |