Sha256: f39b34519aa71ab5e63c9b8987f61776c514bf54dd13d2a28be8b1e6441861b3
Contents?: true
Size: 239 Bytes
Versions: 28
Compression:
Stored size: 239 Bytes
Contents
module Spreedly class RetainPaymentMethod < Transaction 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
28 entries across 28 versions & 1 rubygems