class Spreedly::DeliverPaymentResponse

Public Class Methods

new(xml_doc) click to toggle source
# File lib/spreedly/transactions/deliver_payment_method.rb, line 25
def initialize(xml_doc)
  initialize_fields(xml_doc)
end