Class: Rocksky::Generated::FeedRecommendedAlbumView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedRecommendedAlbumView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#id ⇒ Object
Returns the value of attribute id.
-
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore.
-
#source ⇒ Object
Returns the value of attribute source.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#albumArt ⇒ Object
Returns the value of attribute albumArt
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def albumArt @albumArt end |
#artist ⇒ Object
Returns the value of attribute artist
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def artistUri @artistUri end |
#id ⇒ Object
Returns the value of attribute id
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def id @id end |
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def recommendationScore @recommendationScore end |
#source ⇒ Object
Returns the value of attribute source
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def source @source end |
#title ⇒ Object
Returns the value of attribute title
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def uri @uri end |
#year ⇒ Object
Returns the value of attribute year
50 51 52 |
# File 'lib/rocksky/generated/types.rb', line 50 def year @year end |