Class: Rakumarket::ItemList

Inherits:
Base show all
Defined in:
lib/rakumarket/models.rb

Class Method Summary collapse

Methods inherited from NibblerJSON

inspect_attributes

Class Method Details

.parse(response) ⇒ Object



123
124
125
126
# File 'lib/rakumarket/models.rb', line 123

def self.parse(response)
  response['items'] = response.delete('Items')['Item']
  super(response)
end