class Spreedly::Verification

Attributes

payment_method[R]

Public Class Methods

new(xml_doc) click to toggle source
Calls superclass method Spreedly::GatewayTransaction::new
# File lib/spreedly/transactions/verification.rb, line 6
def initialize(xml_doc)
  super
  @payment_method = PaymentMethod.new_from(xml_doc.at_xpath('.//payment_method'))
end