Method: PaymentRails::InvoicePaymentGateway#initialize

Defined in:
lib/paymentrails/gateways/InvoicePaymentGateway.rb

#initialize(client) ⇒ InvoicePaymentGateway

Returns a new instance of InvoicePaymentGateway.



8
9
10
# File 'lib/paymentrails/gateways/InvoicePaymentGateway.rb', line 8

def initialize(client)
  @client = client
end