Class: Peddler::Types::ProductPricingV0::BuyBoxPrices

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/product_pricing_v0/buy_box_prices.rb

Overview

A list of the Buy Box prices.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/product_pricing_v0/buy_box_prices.rb', line 13

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