Class: Rocksky::Generated::StatsView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#albums ⇒ Object
Returns the value of attribute albums.
-
#artists ⇒ Object
Returns the value of attribute artists.
-
#lovedTracks ⇒ Object
Returns the value of attribute lovedTracks.
-
#scrobbles ⇒ Object
Returns the value of attribute scrobbles.
-
#tracks ⇒ Object
Returns the value of attribute tracks.
Instance Attribute Details
#albums ⇒ Object
Returns the value of attribute albums
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def albums @albums end |
#artists ⇒ Object
Returns the value of attribute artists
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def artists @artists end |
#lovedTracks ⇒ Object
Returns the value of attribute lovedTracks
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def lovedTracks @lovedTracks end |
#scrobbles ⇒ Object
Returns the value of attribute scrobbles
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def scrobbles @scrobbles end |
#tracks ⇒ Object
Returns the value of attribute tracks
202 203 204 |
# File 'lib/rocksky/generated/types.rb', line 202 def tracks @tracks end |