Class: Peddler::APIs::ShippingV2::ExcludedBenefitReasonCodes

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/shipping_v2/excluded_benefit_reason_codes.rb

Overview

List of reasons (eg. LATE_DELIVERY_RISK, etc.) indicating why a benefit is excluded for a shipping offer.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/shipping_v2/excluded_benefit_reason_codes.rb', line 11

def parse(array)
  new(array)
end