Class: Rocksky::Generated::AlbumRecord

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

Instance Attribute Summary collapse

Instance Attribute Details

#albumArtObject

Returns the value of attribute albumArt

Returns:

  • (Object)

    the current value of albumArt



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def albumArt
  @albumArt
end

#albumArtUrlObject

Returns the value of attribute albumArtUrl

Returns:

  • (Object)

    the current value of albumArtUrl



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def albumArtUrl
  @albumArtUrl
end

Returns the value of attribute appleMusicLink

Returns:

  • (Object)

    the current value of appleMusicLink



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def appleMusicLink
  @appleMusicLink
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def artist
  @artist
end

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def createdAt
  @createdAt
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def duration
  @duration
end

#genreObject

Returns the value of attribute genre

Returns:

  • (Object)

    the current value of genre



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def genre
  @genre
end

#releaseDateObject

Returns the value of attribute releaseDate

Returns:

  • (Object)

    the current value of releaseDate



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def releaseDate
  @releaseDate
end

Returns the value of attribute spotifyLink

Returns:

  • (Object)

    the current value of spotifyLink



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def spotifyLink
  @spotifyLink
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def tags
  @tags
end

Returns the value of attribute tidalLink

Returns:

  • (Object)

    the current value of tidalLink



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def tidalLink
  @tidalLink
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def title
  @title
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def year
  @year
end

Returns the value of attribute youtubeLink

Returns:

  • (Object)

    the current value of youtubeLink



18
19
20
# File 'lib/rocksky/generated/types.rb', line 18

def youtubeLink
  @youtubeLink
end