Class: Peddler::APIs::ListingsItems20210801::ItemIdentifiers

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/listings_items_2021_08_01/item_identifiers.rb

Overview

Identity attributes associated with the item in the Amazon catalog, such as the ASIN.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/listings_items_2021_08_01/item_identifiers.rb', line 11

def parse(array)
  new(array.map { |item| ItemIdentifiersByMarketplace.parse(item) })
end