class Spotify::Models::Simplified::Track

This class is kept only to provide a better visualization.

Public Class Methods

new(args = {}) click to toggle source

Sets the arguments to its variables.

@param [Hash] args the arguments that will be placed on each variable.

@return [Simplified::Track] a simplified track object.

Calls superclass method Spotify::Models::Track::new
# File lib/spotify/models/simplified/track.rb, line 17
def initialize(args = {}); super(args); end