Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResultList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/product_pricing_2022_05_01/featured_offer_expected_price_result_list.rb

Overview

A list of FOEP results for the requested offer.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/product_pricing_2022_05_01/featured_offer_expected_price_result_list.rb', line 11

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