class Spotify::Models::Simplified::User

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::User] a simplified user object.

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