Class: Peddler::APIs::ProductFeesV0::GetMyFeesEstimatesRequest
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ProductFeesV0::GetMyFeesEstimatesRequest
- Defined in:
- lib/peddler/apis/product_fees_v0/get_my_fees_estimates_request.rb
Overview
Request for 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_request.rb', line 11 def parse(array) new(array.map { |item| FeesEstimateByIdRequest.parse(item) }) end |