Class: Rocksky::Generated::StatsView

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



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

def albums
  @albums
end

#artistsObject

Returns the value of attribute artists

Returns:

  • (Object)

    the current value of artists



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

def artists
  @artists
end

#lovedTracksObject

Returns the value of attribute lovedTracks

Returns:

  • (Object)

    the current value of lovedTracks



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

def lovedTracks
  @lovedTracks
end

#scrobblesObject

Returns the value of attribute scrobbles

Returns:

  • (Object)

    the current value of scrobbles



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

def scrobbles
  @scrobbles
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



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

def tracks
  @tracks
end