class Spotify::Models::Simplified::Album
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::Album] a simplified album object.
Calls superclass method
Spotify::Models::Album::new
# File lib/spotify/models/simplified/album.rb, line 17 def initialize(args = {}); super(args); end