Sha256: 142ff005e01aa3b0a77f90a53e3bebe7c645bb33af3e42a137f8e7c380a627e6
Contents?: true
Size: 258 Bytes
Versions: 16
Compression:
Stored size: 258 Bytes
Contents
module Spreedly class RecacheSensitiveData < Transaction field :data 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