Class: Rocksky::Generated::AlbumViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::AlbumViewBasic
- 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.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#id ⇒ Object
Returns the value of attribute id.
-
#playCount ⇒ Object
Returns the value of attribute playCount.
-
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#title ⇒ Object
Returns the value of attribute title.
-
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#albumArt ⇒ Object
Returns the value of attribute albumArt
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def albumArt @albumArt end |
#artist ⇒ Object
Returns the value of attribute artist
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def artistUri @artistUri end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def id @id end |
#playCount ⇒ Object
Returns the value of attribute playCount
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def playCount @playCount end |
#releaseDate ⇒ Object
Returns the value of attribute releaseDate
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def releaseDate @releaseDate end |
#sha256 ⇒ Object
Returns the value of attribute sha256
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def sha256 @sha256 end |
#title ⇒ Object
Returns the value of attribute title
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def title @title end |
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def uniqueListeners @uniqueListeners end |
#uri ⇒ Object
Returns the value of attribute uri
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def uri @uri end |
#year ⇒ Object
Returns the value of attribute year
19 20 21 |
# File 'lib/rocksky/generated/types.rb', line 19 def year @year end |