Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimatesResponse

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

Overview

Estimated fees for a list of products.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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