Class: Peddler::APIs::ProductPricingV0::ListingOffersRequestList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/product_pricing_v0/listing_offers_request_list.rb

Overview

A list of getListingOffers batched requests to run.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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