Class: Peddler::APIs::ProductFeesV0::FeeDetailList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/product_fees_v0/fee_detail_list.rb

Overview

A list of other fees that contribute to a given fee.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/product_fees_v0/fee_detail_list.rb', line 11

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