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
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def albumArt @albumArt end |
#albumArtist ⇒ Object
Returns the value of attribute albumArtist
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def albumArtist @albumArtist end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def artist @artist end |
#artists ⇒ Object
Returns the value of attribute artists
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def artists @artists end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def artistUri @artistUri end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def createdAt @createdAt end |
#discNumber ⇒ Object
Returns the value of attribute discNumber
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def discNumber @discNumber end |
#duration ⇒ Object
Returns the value of attribute duration
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def duration @duration end |
#firstScrobble ⇒ Object
Returns the value of attribute firstScrobble
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def firstScrobble @firstScrobble end |
#id ⇒ Object
Returns the value of attribute id
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def id @id end |
#isrc ⇒ Object
Returns the value of attribute isrc
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def isrc @isrc end |
#mbid ⇒ Object
Returns the value of attribute mbid
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def mbid @mbid end |
#playCount ⇒ Object
Returns the value of attribute playCount
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def playCount @playCount end |
#sha256 ⇒ Object
Returns the value of attribute sha256
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def sha256 @sha256 end |
#tags ⇒ Object
Returns the value of attribute tags
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def @tags end |
#title ⇒ Object
Returns the value of attribute title
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def title @title end |
#trackNumber ⇒ Object
Returns the value of attribute trackNumber
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def trackNumber @trackNumber end |
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def uniqueListeners @uniqueListeners end |
#uri ⇒ Object
Returns the value of attribute uri
200 201 202 |
# File 'lib/rocksky/generated/types.rb', line 200 def uri @uri end |