Sha256: 2b7408bdd0051cf81d46251e71a0d7bf050ef31a0bf152dc758656f04775186c
Contents?: true
Size: 239 Bytes
Versions: 28
Compression:
Stored size: 239 Bytes
Contents
module Spreedly class RedactPaymentMethod < 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