Sha256: cd62a9b8b86e6194fe2bb473773f06008a4533baf5e092c7998a258101c15d27
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
module Spreedly class Verification < GatewayTransaction 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