Module: Cryptomus
- Defined in:
- lib/cryptomus.rb,
lib/cryptomus/const.rb,
lib/cryptomus/client.rb,
lib/cryptomus/errors.rb,
lib/cryptomus/version.rb,
lib/cryptomus/signature.rb,
lib/cryptomus/connection.rb,
lib/cryptomus/configuration.rb,
lib/cryptomus/webhook_validator.rb
Overview
Cryptomus Crypto Payment Gateway
Defined Under Namespace
Modules: CONST, Client, Errors, Signature, WebhookValidator Classes: Configuration, Connection
Constant Summary collapse
- VERSION =
'0.2.1'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
21 22 23 |
# File 'lib/cryptomus.rb', line 21 def config @config ||= Configuration.new end |
.configure {|config| ... } ⇒ Object
17 18 19 |
# File 'lib/cryptomus.rb', line 17 def configure yield config end |