Class: Peddler::APIs::ProductPricingV0::SalesRankList

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

Overview

A list of sales rank information for the item, by category.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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