class BitcoinTicker::Bitmarket24

Constants

SUPPORTED_BITCURRENCIES
SUPPORTED_CURRENCIES

Public Class Methods

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

Private Class Methods

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