Class: Spreedly::DeliverPaymentResponse

Inherits:
Object
  • Object
show all
Includes:
Fields
Defined in:
lib/spreedly/transactions/deliver_payment_method.rb

Instance Method Summary collapse

Methods included from Fields

#field_hash, included, #initialize_fields

Constructor Details

#initialize(xml_doc) ⇒ DeliverPaymentResponse

Returns a new instance of DeliverPaymentResponse.



25
26
27
# File 'lib/spreedly/transactions/deliver_payment_method.rb', line 25

def initialize(xml_doc)
  initialize_fields(xml_doc)
end