Class: Rocksky::Generated::CreateSongInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#albumObject

Returns the value of attribute album

Returns:

  • (Object)

    the current value of album



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def album
  @album
end

#albumArtObject

Returns the value of attribute albumArt

Returns:

  • (Object)

    the current value of albumArt



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def albumArt
  @albumArt
end

#albumArtistObject

Returns the value of attribute albumArtist

Returns:

  • (Object)

    the current value of albumArtist



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def albumArtist
  @albumArtist
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def artist
  @artist
end

#discNumberObject

Returns the value of attribute discNumber

Returns:

  • (Object)

    the current value of discNumber



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def discNumber
  @discNumber
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def duration
  @duration
end

#isrcObject

Returns the value of attribute isrc

Returns:

  • (Object)

    the current value of isrc



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def isrc
  @isrc
end

#lyricsObject

Returns the value of attribute lyrics

Returns:

  • (Object)

    the current value of lyrics



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def lyrics
  @lyrics
end

#mbIdObject

Returns the value of attribute mbId

Returns:

  • (Object)

    the current value of mbId



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def mbId
  @mbId
end

#releaseDateObject

Returns the value of attribute releaseDate

Returns:

  • (Object)

    the current value of releaseDate



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def releaseDate
  @releaseDate
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def title
  @title
end

#trackNumberObject

Returns the value of attribute trackNumber

Returns:

  • (Object)

    the current value of trackNumber



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def trackNumber
  @trackNumber
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



35
36
37
# File 'lib/rocksky/generated/types.rb', line 35

def year
  @year
end