Class: Rocksky::Generated::StatsWrappedTrack
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::StatsWrappedTrack
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#albumUri ⇒ Object
Returns the value of attribute albumUri.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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
#albumArt ⇒ Object
Returns the value of attribute albumArt
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def albumArt @albumArt end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def artistUri @artistUri end |
#id ⇒ Object
Returns the value of attribute id
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def id @id end |
#playCount ⇒ Object
Returns the value of attribute playCount
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def playCount @playCount end |
#title ⇒ Object
Returns the value of attribute title
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
211 212 213 |
# File 'lib/rocksky/generated/types.rb', line 211 def uri @uri end |