Class: Rocksky::Generated::FeedRecommendedAlbumView

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



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def albumArt
  @albumArt
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def artist
  @artist
end

#artistUriObject

Returns the value of attribute artistUri

Returns:

  • (Object)

    the current value of artistUri



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def artistUri
  @artistUri
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def id
  @id
end

#recommendationScoreObject

Returns the value of attribute recommendationScore

Returns:

  • (Object)

    the current value of recommendationScore



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def recommendationScore
  @recommendationScore
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def source
  @source
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def title
  @title
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def uri
  @uri
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



50
51
52
# File 'lib/rocksky/generated/types.rb', line 50

def year
  @year
end