Class: Rocksky::Generated::AlbumViewBasic

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



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

def albumArt
  @albumArt
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



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

def artist
  @artist
end

#artistUriObject

Returns the value of attribute artistUri

Returns:

  • (Object)

    the current value of artistUri



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

def artistUri
  @artistUri
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#playCountObject

Returns the value of attribute playCount

Returns:

  • (Object)

    the current value of playCount



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

def playCount
  @playCount
end

#releaseDateObject

Returns the value of attribute releaseDate

Returns:

  • (Object)

    the current value of releaseDate



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

def releaseDate
  @releaseDate
end

#sha256Object

Returns the value of attribute sha256

Returns:

  • (Object)

    the current value of sha256



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

def sha256
  @sha256
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#uniqueListenersObject

Returns the value of attribute uniqueListeners

Returns:

  • (Object)

    the current value of uniqueListeners



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

def uniqueListeners
  @uniqueListeners
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



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

def year
  @year
end