Class: Peddler::APIs::ProductPricingV0::BuyBoxPrices

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/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



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

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