Module: Onlinepay
- Defined in:
- lib/onlinepay.rb,
lib/onlinepay/config.rb,
lib/onlinepay/balance.rb,
lib/onlinepay/payouts.rb,
lib/onlinepay/version.rb,
lib/onlinepay/payments.rb,
lib/onlinepay/api_resource.rb
Defined Under Namespace
Modules: Config Classes: APIResource, Balance, Payments, Payouts
Constant Summary collapse
- VERSION =
"0.2.0"
Class Attribute Summary collapse
-
.api_base ⇒ Object
Returns the value of attribute api_base.
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Attribute Details
.api_base ⇒ Object
Returns the value of attribute api_base.
14 15 16 |
# File 'lib/onlinepay.rb', line 14 def api_base @api_base end |
.api_key ⇒ Object
Returns the value of attribute api_key.
14 15 16 |
# File 'lib/onlinepay.rb', line 14 def api_key @api_key end |