Class: Peddler::APIs::CatalogItems20201201::ItemIdentifiers
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::CatalogItems20201201::ItemIdentifiers
- Defined in:
- lib/peddler/apis/catalog_items_2020_12_01/item_identifiers.rb
Overview
Identifiers associated with the item in the Amazon catalog, such as UPC and EAN identifiers.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/catalog_items_2020_12_01/item_identifiers.rb', line 11 def parse(array) new(array.map { |item| ItemIdentifiersByMarketplace.parse(item) }) end |