Class: Rocksky::Generated::CreateScrobbleInput
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::CreateScrobbleInput
- 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.
-
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artistPicture ⇒ Object
Returns the value of attribute artistPicture.
-
#composer ⇒ Object
Returns the value of attribute composer.
-
#copyrightMessage ⇒ Object
Returns the value of attribute copyrightMessage.
-
#deezerLink ⇒ Object
Returns the value of attribute deezerLink.
-
#discNumber ⇒ Object
Returns the value of attribute discNumber.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#label ⇒ Object
Returns the value of attribute label.
-
#lastfmLink ⇒ Object
Returns the value of attribute lastfmLink.
-
#lyrics ⇒ Object
Returns the value of attribute lyrics.
-
#mbId ⇒ Object
Returns the value of attribute mbId.
-
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
-
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink.
-
#tidalLink ⇒ Object
Returns the value of attribute tidalLink.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackNumber ⇒ Object
Returns the value of attribute trackNumber.
-
#year ⇒ Object
Returns the value of attribute year.
-
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def albumArt @albumArt end |
#appleMusicLink ⇒ Object
Returns the value of attribute appleMusicLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def appleMusicLink @appleMusicLink end |
#artist ⇒ Object
Returns the value of attribute artist
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def artist @artist end |
#artistPicture ⇒ Object
Returns the value of attribute artistPicture
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def artistPicture @artistPicture end |
#composer ⇒ Object
Returns the value of attribute composer
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def composer @composer end |
#copyrightMessage ⇒ Object
Returns the value of attribute copyrightMessage
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def copyrightMessage @copyrightMessage end |
#deezerLink ⇒ Object
Returns the value of attribute deezerLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def deezerLink @deezerLink end |
#discNumber ⇒ Object
Returns the value of attribute discNumber
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def discNumber @discNumber end |
#duration ⇒ Object
Returns the value of attribute duration
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def duration @duration end |
#isrc ⇒ Object
Returns the value of attribute isrc
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def isrc @isrc end |
#label ⇒ Object
Returns the value of attribute label
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def label @label end |
#lastfmLink ⇒ Object
Returns the value of attribute lastfmLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def lastfmLink @lastfmLink end |
#lyrics ⇒ Object
Returns the value of attribute lyrics
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def lyrics @lyrics end |
#mbId ⇒ Object
Returns the value of attribute mbId
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def mbId @mbId end |
#releaseDate ⇒ Object
Returns the value of attribute releaseDate
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def releaseDate @releaseDate end |
#spotifyLink ⇒ Object
Returns the value of attribute spotifyLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def spotifyLink @spotifyLink end |
#tidalLink ⇒ Object
Returns the value of attribute tidalLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def tidalLink @tidalLink end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def @timestamp end |
#title ⇒ Object
Returns the value of attribute title
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def title @title end |
#trackNumber ⇒ Object
Returns the value of attribute trackNumber
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def trackNumber @trackNumber end |
#year ⇒ Object
Returns the value of attribute year
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def year @year end |
#youtubeLink ⇒ Object
Returns the value of attribute youtubeLink
33 34 35 |
# File 'lib/rocksky/generated/types.rb', line 33 def youtubeLink @youtubeLink end |