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

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

Overview

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

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ ItemIdentifiers

Parameters:

  • (Array[untyped])

Returns:



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