Class: LazerPayModule::Wrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/lazerpay/main_module.rb

Constant Summary collapse

@@sk =
nil
@@pk =
nil

Instance Method Summary collapse

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