Class: Rocksky::Generated::StatsWrappedArtist
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsWrappedArtist
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#playCount ⇒ Object
Returns the value of attribute playCount.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
204 205 206 |
# File 'lib/rocksky/generated/types.rb', line 204 def id @id end |
#name ⇒ Object
Returns the value of attribute name
204 205 206 |
# File 'lib/rocksky/generated/types.rb', line 204 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
204 205 206 |
# File 'lib/rocksky/generated/types.rb', line 204 def picture @picture end |
#playCount ⇒ Object
Returns the value of attribute playCount
204 205 206 |
# File 'lib/rocksky/generated/types.rb', line 204 def playCount @playCount end |
#uri ⇒ Object
Returns the value of attribute uri
204 205 206 |
# File 'lib/rocksky/generated/types.rb', line 204 def uri @uri end |