Class: Rocksky::Generated::AlbumViewDetailed

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



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def albumArt
  @albumArt
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def artist
  @artist
end

#artistUriObject

Returns the value of attribute artistUri

Returns:

  • (Object)

    the current value of artistUri



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def artistUri
  @artistUri
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def id
  @id
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def playCount
  @playCount
end

#releaseDateObject

Returns the value of attribute releaseDate

Returns:

  • (Object)

    the current value of releaseDate



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def releaseDate
  @releaseDate
end

#sha256Object

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def sha256
  @sha256
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def tags
  @tags
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def title
  @title
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def tracks
  @tracks
end

#uniqueListenersObject

Returns the value of attribute uniqueListeners

Returns:

  • (Object)

    the current value of uniqueListeners



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def uniqueListeners
  @uniqueListeners
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def uri
  @uri
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



20
21
22
# File 'lib/rocksky/generated/types.rb', line 20

def year
  @year
end