Module: TNSPayments

Defined in:
lib/tns_payments/test_support/card_session.rb,
lib/tns_payments.rb,
lib/tns_payments/request.rb,
lib/tns_payments/version.rb,
lib/tns_payments/response.rb,
lib/tns_payments/connection.rb,
lib/tns_payments/transaction.rb,
lib/tns_payments/error_response.rb

Overview

Defined Under Namespace

Modules: TestSupport Classes: AvailableResponse, Connection, ErrorResponse, Request, Response, SessionTokenException, ThreeDomainSecureResponse, Transaction, UpdateSessionResponse

Constant Summary collapse

VERSION =
"0.0.13"

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object

Public: A proxy method to Connection.new.

Returns a new Connection.



14
15
16
# File 'lib/tns_payments.rb', line 14

def self.new options = {}
  Connection.new options
end