Module: PayLane

Defined in:
lib/paylane.rb,
lib/paylane/api.rb,
lib/paylane/gateway.rb,
lib/paylane/payment.rb,
lib/paylane/product.rb,
lib/paylane/railtie.rb,
lib/paylane/version.rb,
lib/paylane/response.rb,
lib/paylane/connection_error.rb,
lib/paylane/recurring_payment.rb

Defined Under Namespace

Classes: API, ConnectionError, Gateway, Payment, Product, Railtie, RecurringPayment, Response

Constant Summary collapse

VERSION =
"1.1.1"

Class Attribute Summary collapse

Class Attribute Details

.currencyObject

Returns the value of attribute currency.



12
13
14
# File 'lib/paylane.rb', line 12

def currency
  @currency
end

.loggerObject

Returns the value of attribute logger.



12
13
14
# File 'lib/paylane.rb', line 12

def logger
  @logger
end

.loginObject

Returns the value of attribute login.



12
13
14
# File 'lib/paylane.rb', line 12

def 
  @login
end

.passwordObject

Returns the value of attribute password.



12
13
14
# File 'lib/paylane.rb', line 12

def password
  @password
end