Class: Rocksky::Generated::SongViewDetailed
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::SongViewDetailed
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#albumArtist ⇒ Object
Returns the value of attribute albumArtist.
-
#albumUri ⇒ Object
Returns the value of attribute albumUri.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artists ⇒ Object
Returns the value of attribute artists.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#discNumber ⇒ Object
Returns the value of attribute discNumber.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#mbid ⇒ Object
Returns the value of attribute mbid.
-
#playCount ⇒ Object
Returns the value of attribute playCount.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackNumber ⇒ Object
Returns the value of attribute trackNumber.
-
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def albumArt @albumArt end |
#albumArtist ⇒ Object
Returns the value of attribute albumArtist
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def albumArtist @albumArtist end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def artist @artist end |
#artists ⇒ Object
Returns the value of attribute artists
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def artists @artists end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def artistUri @artistUri end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def createdAt @createdAt end |
#discNumber ⇒ Object
Returns the value of attribute discNumber
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def discNumber @discNumber end |
#duration ⇒ Object
Returns the value of attribute duration
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def duration @duration end |
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def firstScrobble @firstScrobble end |
#id ⇒ Object
Returns the value of attribute id
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def id @id end |
#isrc ⇒ Object
Returns the value of attribute isrc
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def isrc @isrc end |
#mbid ⇒ Object
Returns the value of attribute mbid
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def mbid @mbid end |
#playCount ⇒ Object
Returns the value of attribute playCount
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def playCount @playCount end |
#sha256 ⇒ Object
Returns the value of attribute sha256
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def sha256 @sha256 end |
#tags ⇒ Object
Returns the value of attribute tags
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def @tags end |
#title ⇒ Object
Returns the value of attribute title
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def title @title end |
#trackNumber ⇒ Object
Returns the value of attribute trackNumber
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def trackNumber @trackNumber end |
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def uniqueListeners @uniqueListeners end |
#uri ⇒ Object
Returns the value of attribute uri
199 200 201 |
# File 'lib/rocksky/generated/types.rb', line 199 def uri @uri end |