Class: Rocksky::Generated::ArtistSongViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ArtistSongViewBasic
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#playCount ⇒ Object
Returns the value of attribute playCount.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#playCount ⇒ Object
Returns the value of attribute playCount
26 27 28 |
# File 'lib/rocksky/generated/types.rb', line 26 def playCount @playCount end |
#title ⇒ Object
Returns the value of attribute title
26 27 28 |
# File 'lib/rocksky/generated/types.rb', line 26 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
26 27 28 |
# File 'lib/rocksky/generated/types.rb', line 26 def uri @uri end |