Class: Rocksky::Generated::ArtistListenerViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ArtistListenerViewBasic
- 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.
-
#mostListenedSong ⇒ Object
Returns the value of attribute mostListenedSong.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#totalPlays ⇒ Object
Returns the value of attribute totalPlays.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def avatar @avatar end |
#did ⇒ Object
Returns the value of attribute did
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def id @id end |
#mostListenedSong ⇒ Object
Returns the value of attribute mostListenedSong
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def mostListenedSong @mostListenedSong end |
#rank ⇒ Object
Returns the value of attribute rank
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def rank @rank end |
#totalPlays ⇒ Object
Returns the value of attribute totalPlays
22 23 24 |
# File 'lib/rocksky/generated/types.rb', line 22 def totalPlays @totalPlays end |