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