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



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

def album
  @album
end

#artistObject

Returns the value of attribute artist

Returns:

  • (Object)

    the current value of artist



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

def artist
  @artist
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



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

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#previewUrlObject

Returns the value of attribute previewUrl

Returns:

  • (Object)

    the current value of previewUrl



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

def previewUrl
  @previewUrl
end