Module: BittrexEnterprise

Defined in:
lib/bittrex_enterprise.rb,
lib/bittrex-enterprise/ping.rb,
lib/bittrex-enterprise/orders.rb,
lib/bittrex-enterprise/account.rb,
lib/bittrex-enterprise/markets.rb,
lib/bittrex-enterprise/version.rb,
lib/bittrex-enterprise/balances.rb,
lib/bittrex-enterprise/deposits.rb,
lib/bittrex-enterprise/addresses.rb,
lib/bittrex-enterprise/transfers.rb,
lib/bittrex-enterprise/currencies.rb,
lib/bittrex-enterprise/withdrawals.rb,
lib/bittrex-enterprise/sub_accounts.rb

Overview

Gem to use Bittrex API

Defined Under Namespace

Classes: Account, Addresses, Balances, Configuration, Currencies, Deposits, Markets, Orders, Ping, SubAccounts, Transfers, Withdrawals

Constant Summary collapse

VERSION =
'0.9'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



26
27
28
# File 'lib/bittrex_enterprise.rb', line 26

def configuration
  @configuration
end

Class Method Details

.setup {|configuration| ... } ⇒ Object

Yields:



29
30
31
32
# File 'lib/bittrex_enterprise.rb', line 29

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