Class: Rocksky::Generated::FeedRecommendedArtistView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedRecommendedArtistView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore.
-
#source ⇒ Object
Returns the value of attribute source.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#genres ⇒ Object
Returns the value of attribute genres
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def genres @genres end |
#id ⇒ Object
Returns the value of attribute id
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def id @id end |
#name ⇒ Object
Returns the value of attribute name
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def picture @picture end |
#recommendationScore ⇒ Object
Returns the value of attribute recommendationScore
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def recommendationScore @recommendationScore end |
#source ⇒ Object
Returns the value of attribute source
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def source @source end |
#uri ⇒ Object
Returns the value of attribute uri
52 53 54 |
# File 'lib/rocksky/generated/types.rb', line 52 def uri @uri end |