Class: Rocksky::Generated::StatsWrappedTrack

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



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def albumArt
  @albumArt
end

#albumUriObject

Returns the value of attribute albumUri

Returns:

  • (Object)

    the current value of albumUri



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def albumUri
  @albumUri
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def artist
  @artist
end

#artistUriObject

Returns the value of attribute artistUri

Returns:

  • (Object)

    the current value of artistUri



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def artistUri
  @artistUri
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def id
  @id
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def playCount
  @playCount
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



209
210
211
# File 'lib/rocksky/generated/types.rb', line 209

def uri
  @uri
end