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
-
.currency ⇒ Object
Returns the value of attribute currency.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.login ⇒ Object
Returns the value of attribute login.
-
.password ⇒ Object
Returns the value of attribute password.
Class Attribute Details
.currency ⇒ Object
Returns the value of attribute currency.
12 13 14 |
# File 'lib/paylane.rb', line 12 def currency @currency end |
.logger ⇒ Object
Returns the value of attribute logger.
12 13 14 |
# File 'lib/paylane.rb', line 12 def logger @logger end |
.login ⇒ Object
Returns the value of attribute login.
12 13 14 |
# File 'lib/paylane.rb', line 12 def login @login end |
.password ⇒ Object
Returns the value of attribute password.
12 13 14 |
# File 'lib/paylane.rb', line 12 def password @password end |