Class: RealEx::Recurring::Transaction

Inherits:
Transaction show all
Defined in:
lib/real_ex/recurring.rb

Direct Known Subclasses

Authorization, Card, Payer, Refund

Constant Summary

Constants inherited from Transaction

Transaction::REQUEST_TYPES

Instance Attribute Summary

Attributes inherited from Transaction

#authcode, #comments, #pasref

Instance Method Summary collapse

Methods inherited from Transaction

#autosettle?, #hash, #initialize, #request_type, #to_xml

Methods included from Initializer

included, #initialize

Constructor Details

This class inherits a constructor from RealEx::Transaction

Instance Method Details

#authorize!Object



5
6
7
# File 'lib/real_ex/recurring.rb', line 5

def authorize!
  RealEx::Response.new_from_xml(RealEx::Client.call(real_vault_uri, to_xml))
end