Class: Rocksky::Generated::StatsGlobalStatsView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsGlobalStatsView
- 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.
-
#scrobbles ⇒ Object
Returns the value of attribute scrobbles.
-
#tracks ⇒ Object
Returns the value of attribute tracks.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Attribute Details
#albums ⇒ Object
Returns the value of attribute albums
203 204 205 |
# File 'lib/rocksky/generated/types.rb', line 203 def albums @albums end |
#artists ⇒ Object
Returns the value of attribute artists
203 204 205 |
# File 'lib/rocksky/generated/types.rb', line 203 def artists @artists end |
#scrobbles ⇒ Object
Returns the value of attribute scrobbles
203 204 205 |
# File 'lib/rocksky/generated/types.rb', line 203 def scrobbles @scrobbles end |
#tracks ⇒ Object
Returns the value of attribute tracks
203 204 205 |
# File 'lib/rocksky/generated/types.rb', line 203 def tracks @tracks end |
#users ⇒ Object
Returns the value of attribute users
203 204 205 |
# File 'lib/rocksky/generated/types.rb', line 203 def users @users end |