Class: Peddler::APIs::ProductPricingV0::AttributeSetList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ProductPricingV0::AttributeSetList
- Defined in:
- lib/peddler/apis/product_pricing_v0/attribute_set_list.rb
Overview
A list of product attributes if they are applicable to the product that is returned.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/product_pricing_v0/attribute_set_list.rb', line 11 def parse(array) new(array) end |