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



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

def albums
  @albums
end

#artistsObject

Returns the value of attribute artists

Returns:

  • (Object)

    the current value of artists



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

def artists
  @artists
end

#lovedTracksObject

Returns the value of attribute lovedTracks

Returns:

  • (Object)

    the current value of lovedTracks



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

def lovedTracks
  @lovedTracks
end

#scrobblesObject

Returns the value of attribute scrobbles

Returns:

  • (Object)

    the current value of scrobbles



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

def scrobbles
  @scrobbles
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



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

def tracks
  @tracks
end