Class: Rocksky::Generated::FeedRecommendationView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedRecommendationView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#albumUri ⇒ Object
Returns the value of attribute albumUri.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#likesCount ⇒ Object
Returns the value of attribute likesCount.
-
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore.
-
#source ⇒ Object
Returns the value of attribute source.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackUri ⇒ Object
Returns the value of attribute trackUri.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def albumArt @albumArt end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def artistUri @artistUri end |
#genres ⇒ Object
Returns the value of attribute genres
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def genres @genres end |
#likesCount ⇒ Object
Returns the value of attribute likesCount
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def likesCount @likesCount end |
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def recommendationScore @recommendationScore end |
#source ⇒ Object
Returns the value of attribute source
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def source @source end |
#title ⇒ Object
Returns the value of attribute title
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def title @title end |
#trackUri ⇒ Object
Returns the value of attribute trackUri
48 49 50 |
# File 'lib/rocksky/generated/types.rb', line 48 def trackUri @trackUri end |