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
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def albumArt @albumArt end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def artistUri @artistUri end |
#id ⇒ Object
Returns the value of attribute id
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def id @id end |
#playCount ⇒ Object
Returns the value of attribute playCount
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def playCount @playCount end |
#title ⇒ Object
Returns the value of attribute title
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def title @title end |
#uri ⇒ Object
Returns the value of attribute uri
209 210 211 |
# File 'lib/rocksky/generated/types.rb', line 209 def uri @uri end |