Module: Credova
- Defined in:
- lib/credova.rb,
lib/credova/api.rb,
lib/credova/ffl.rb,
lib/credova/base.rb,
lib/credova/error.rb,
lib/credova/client.rb,
lib/credova/version.rb,
lib/credova/payments.rb,
lib/credova/response.rb,
lib/credova/retailer.rb,
lib/credova/application.rb
Defined Under Namespace
Modules: API, Payments Classes: Application, Base, Client, Error, FFL, Response, Retailer
Constant Summary collapse
- VERSION =
"0.3.1"
Class Attribute Summary collapse
-
.sandbox ⇒ Object
Returns the value of attribute sandbox.
Class Method Summary collapse
Class Attribute Details
.sandbox ⇒ Object
Returns the value of attribute sandbox.
16 17 18 |
# File 'lib/credova.rb', line 16 def sandbox @sandbox end |
Class Method Details
.sandbox? ⇒ Boolean
19 20 21 |
# File 'lib/credova.rb', line 19 def self.sandbox? !!@sandbox end |