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