Sha256: 2b9596d9cb5ac9a29e61713246c15d26f31c7b2aa58621659d67ba88fcf5974d
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
module PayPal::AdaptivePayments::Response class PayErrorList include PayPal::Common::Base attr_accessor :pay_error def set_pay_error(value) self.pay_error = build_value(PayError, value) end def errors self.pay_error end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paypal-payment-0.1.2 | lib/paypal/adaptive_payments/response/pay_error_list.rb |