Class: Rocksky::Generated::FeedRecommendationView

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

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album

Returns:

  • (Object)

    the current value of album



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def album
  @album
end

#albumArtObject

Returns the value of attribute albumArt

Returns:

  • (Object)

    the current value of albumArt



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def albumArt
  @albumArt
end

#albumUriObject

Returns the value of attribute albumUri

Returns:

  • (Object)

    the current value of albumUri



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def albumUri
  @albumUri
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def artist
  @artist
end

#artistUriObject

Returns the value of attribute artistUri

Returns:

  • (Object)

    the current value of artistUri



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def artistUri
  @artistUri
end

#genresObject

Returns the value of attribute genres

Returns:

  • (Object)

    the current value of genres



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def genres
  @genres
end

#likesCountObject

Returns the value of attribute likesCount

Returns:

  • (Object)

    the current value of likesCount



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def likesCount
  @likesCount
end

#recommendationScoreObject

Returns the value of attribute recommendationScore

Returns:

  • (Object)

    the current value of recommendationScore



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def recommendationScore
  @recommendationScore
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def source
  @source
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def title
  @title
end

#trackUriObject

Returns the value of attribute trackUri

Returns:

  • (Object)

    the current value of trackUri



48
49
50
# File 'lib/rocksky/generated/types.rb', line 48

def trackUri
  @trackUri
end