Class: Peddler::APIs::MerchantFulfillmentV0::ExcludedBenefits
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::MerchantFulfillmentV0::ExcludedBenefits
- Defined in:
- lib/peddler/apis/merchant_fulfillment_v0/excluded_benefits.rb
Overview
A list of excluded benefits. Refer to the ExcludeBenefit
object for further documentation.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/merchant_fulfillment_v0/excluded_benefits.rb', line 11 def parse(array) new(array.map { |item| ExcludedBenefit.parse(item) }) end |