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