Class: LazerPayModule::Wrapper
- Inherits:
-
Object
- Object
- LazerPayModule::Wrapper
- Defined in:
- lib/lazerpay/main_module.rb
Direct Known Subclasses
Deposit::CRYPTO, Deposit::FIAT, Payment, Payout, Swap, Transaction
Constant Summary collapse
- @@sk =
nil
- @@pk =
nil
Instance Method Summary collapse
-
#initialize(public_key, secret_key) ⇒ Wrapper
constructor
A new instance of Wrapper.
Constructor Details
#initialize(public_key, secret_key) ⇒ Wrapper
Returns a new instance of Wrapper.
8 9 10 11 |
# File 'lib/lazerpay/main_module.rb', line 8 def initialize public_key, secret_key @@pk = public_key; @@sk = secret_key; end |