Class: Rocksky::Generated::ArtistViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ArtistViewBasic
- 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.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def id @id end |
#name ⇒ Object
Returns the value of attribute name
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def picture @picture end |
#playCount ⇒ Object
Returns the value of attribute playCount
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def playCount @playCount end |
#sha256 ⇒ Object
Returns the value of attribute sha256
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def sha256 @sha256 end |
#tags ⇒ Object
Returns the value of attribute tags
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def @tags end |
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def uniqueListeners @uniqueListeners end |
#uri ⇒ Object
Returns the value of attribute uri
27 28 29 |
# File 'lib/rocksky/generated/types.rb', line 27 def uri @uri end |