Class: Spotify::Models::Simplified::Artist

Inherits:
Artist
  • Object
show all
Defined in:
lib/spotify/models/simplified/artist.rb

Overview

This class is kept only to provide a better visualization.

Instance Attribute Summary

Attributes inherited from Artist

#external_urls, #href, #id, #name, #type, #uri

Instance Method Summary collapse

Constructor Details

#initialize(args = {}) ⇒ Simplified::Artist

Sets the arguments to its variables.

Parameters:

  • args (Hash) (defaults to: {})

    the arguments that will be placed on each variable.



17
# File 'lib/spotify/models/simplified/artist.rb', line 17

def initialize(args = {}); super(args); end