Class: Rakumarket::ItemList
- Inherits:
-
Base
- Object
- NibblerJSON
- Base
- Rakumarket::ItemList
- Defined in:
- lib/rakumarket/models.rb
Class Method Summary collapse
Methods inherited from NibblerJSON
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 |