Sha256: e18c46264a0b438352b517d64aff13acc6103b1448f0981abf9337ddb33d5dcf
Contents?: true
Size: 273 Bytes
Versions: 16
Compression:
Stored size: 273 Bytes
Contents
module Spreedly class AddPaymentMethod < Transaction field :retained, type: :boolean attr_reader :payment_method def initialize(xml_doc) super @payment_method = PaymentMethod.new_from(xml_doc.at_xpath('.//payment_method')) end end end
Version data entries
16 entries across 16 versions & 1 rubygems