Module: CryptomateApi

Defined in:
lib/cryptomate_api.rb,
lib/cryptomate_api/base.rb,
lib/cryptomate_api/payment.rb,
lib/cryptomate_api/version.rb,
lib/cryptomate_api/mpc/wallet.rb,
lib/cryptomate_api/mpc/account.rb,
lib/cryptomate_api/configuration.rb,
lib/cryptomate_api/management/key.rb,
lib/cryptomate_api/management/client.rb,
lib/cryptomate_api/management/operation.rb,
lib/cryptomate_api/management/blockchain.rb,
lib/cryptomate_api/management/credential.rb,
lib/cryptomate_api/management/configuration.rb

Defined Under Namespace

Modules: Management, Mpc Classes: Base, Configuration, Error, Payment

Constant Summary collapse

VERSION =
'0.2.0'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



5
6
7
# File 'lib/cryptomate_api/configuration.rb', line 5

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



8
9
10
11
# File 'lib/cryptomate_api/configuration.rb', line 8

def self.configure
  self.configuration ||= Configuration.new
  yield(configuration)
end