class Spotify::Models::Simplified::Artist

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::Artist] a simplified artist object.

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