Class: Rocksky::Generated::SpotifyTrackView

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



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def album
  @album
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def artist
  @artist
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def name
  @name
end

#previewUrlObject

Returns the value of attribute previewUrl

Returns:

  • (Object)

    the current value of previewUrl



200
201
202
# File 'lib/rocksky/generated/types.rb', line 200

def previewUrl
  @previewUrl
end