Class: Rocksky::Generated::CreateSongInput
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::CreateSongInput
- 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.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#discNumber ⇒ Object
Returns the value of attribute discNumber.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#isrc ⇒ Object
Returns the value of attribute isrc.
-
#lyrics ⇒ Object
Returns the value of attribute lyrics.
-
#mbId ⇒ Object
Returns the value of attribute mbId.
-
#releaseDate ⇒ Object
Returns the value of attribute releaseDate.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackNumber ⇒ Object
Returns the value of attribute trackNumber.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def albumArt @albumArt end |
#albumArtist ⇒ Object
Returns the value of attribute albumArtist
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def albumArtist @albumArtist end |
#artist ⇒ Object
Returns the value of attribute artist
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def artist @artist end |
#discNumber ⇒ Object
Returns the value of attribute discNumber
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def discNumber @discNumber end |
#duration ⇒ Object
Returns the value of attribute duration
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def duration @duration end |
#isrc ⇒ Object
Returns the value of attribute isrc
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def isrc @isrc end |
#lyrics ⇒ Object
Returns the value of attribute lyrics
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def lyrics @lyrics end |
#mbId ⇒ Object
Returns the value of attribute mbId
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def mbId @mbId end |
#releaseDate ⇒ Object
Returns the value of attribute releaseDate
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def releaseDate @releaseDate end |
#title ⇒ Object
Returns the value of attribute title
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def title @title end |
#trackNumber ⇒ Object
Returns the value of attribute trackNumber
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def trackNumber @trackNumber end |
#year ⇒ Object
Returns the value of attribute year
35 36 37 |
# File 'lib/rocksky/generated/types.rb', line 35 def year @year end |