Method: RSpotify::Category#initialize

Defined in:
lib/rspotify/category.rb

#initialize(options = {}) ⇒ Category

Returns a new instance of Category.



66
67
68
69
70
71
# File 'lib/rspotify/category.rb', line 66

def initialize(options = {})
  @icons = options['icons']
  @name  = options['name']

  super(options)
end