Class: Peddler::APIs::ProductPricingV0::LowestPrices

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

Overview

A list of the lowest prices.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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