Class: Rocksky::Generated::StatsWrappedAlbum

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

Instance Attribute Summary collapse

Instance Attribute Details

#albumArtObject

Returns the value of attribute albumArt

Returns:

  • (Object)

    the current value of albumArt



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

def albumArt
  @albumArt
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



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

def artist
  @artist
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



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

def playCount
  @playCount
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end