Class: Spreedly::Capture

Inherits:
GatewayTransaction show all
Defined in:
lib/spreedly/transactions/capture.rb

Instance Attribute Summary

Attributes inherited from GatewayTransaction

#gateway_specific_fields, #gateway_specific_response_fields, #response, #shipping_address

Instance Method Summary collapse

Methods inherited from GatewayTransaction

#parse_gateway_fields

Methods inherited from Transaction

new_from, new_list_from

Methods included from Fields

#field_hash, included, #initialize_fields

Constructor Details

#initialize(xml_doc) ⇒ Capture

Returns a new instance of Capture.



8
9
10
# File 'lib/spreedly/transactions/capture.rb', line 8

def initialize(xml_doc)
  super
end