Class: Rocksky::Generated::StatsGlobalStatsView

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#albumsObject

Returns the value of attribute albums

Returns:

  • (Object)

    the current value of albums



203
204
205
# File 'lib/rocksky/generated/types.rb', line 203

def albums
  @albums
end

#artistsObject

Returns the value of attribute artists

Returns:

  • (Object)

    the current value of artists



203
204
205
# File 'lib/rocksky/generated/types.rb', line 203

def artists
  @artists
end

#scrobblesObject

Returns the value of attribute scrobbles

Returns:

  • (Object)

    the current value of scrobbles



203
204
205
# File 'lib/rocksky/generated/types.rb', line 203

def scrobbles
  @scrobbles
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



203
204
205
# File 'lib/rocksky/generated/types.rb', line 203

def tracks
  @tracks
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



203
204
205
# File 'lib/rocksky/generated/types.rb', line 203

def users
  @users
end