class BitcoinTicker::Bitmarket

Constants

SUPPORTED_BITCURRENCIES
SUPPORTED_CURRENCIES

Public Class Methods

name() click to toggle source
# File lib/bitcoin_ticker/exchanges/bitmarket.rb, line 8
def self.name
  "BitMarket"
end

Private Class Methods

ticker_endpoint() click to toggle source
# File lib/bitcoin_ticker/exchanges/bitmarket.rb, line 16
def self.ticker_endpoint
  "/json/#{@bitcurrency.upcase}#{@currency.upcase}/ticker.json"
end