Class: Peddler::APIs::ProductPricingV0::AttributeSetList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/product_pricing_v0/attribute_set_list.rb,
sig/peddler/apis/product_pricing_v0.rbs

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) ⇒ AttributeSetList

Parameters:

  • (Array[untyped])

Returns:



11
12
13
# File 'lib/peddler/apis/product_pricing_v0/attribute_set_list.rb', line 11

def parse(array)
  new(array)
end