Class: Rocksky::Generated::SongViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::SongViewBasic
- 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.
-
#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.
-
#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
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def albumArt @albumArt end |
#albumArtist ⇒ Object
Returns the value of attribute albumArtist
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def albumArtist @albumArtist end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def artistUri @artistUri end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def createdAt @createdAt end |
#discNumber ⇒ Object
Returns the value of attribute discNumber
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def discNumber @discNumber end |
#duration ⇒ Object
Returns the value of attribute duration
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def id @id end |
#isrc ⇒ Object
Returns the value of attribute isrc
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def isrc @isrc end |
#mbid ⇒ Object
Returns the value of attribute mbid
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def mbid @mbid end |
#playCount ⇒ Object
Returns the value of attribute playCount
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def playCount @playCount end |
#sha256 ⇒ Object
Returns the value of attribute sha256
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def sha256 @sha256 end |
#tags ⇒ Object
Returns the value of attribute tags
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def @tags end |
#title ⇒ Object
Returns the value of attribute title
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def title @title end |
#trackNumber ⇒ Object
Returns the value of attribute trackNumber
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def trackNumber @trackNumber end |
#uniqueListeners ⇒ Object
Returns the value of attribute uniqueListeners
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def uniqueListeners @uniqueListeners end |
#uri ⇒ Object
Returns the value of attribute uri
198 199 200 |
# File 'lib/rocksky/generated/types.rb', line 198 def uri @uri end |