class BitcoinTicker::Bitmarket
Constants
- SUPPORTED_BITCURRENCIES
- SUPPORTED_CURRENCIES
Public Class Methods
link()
click to toggle source
# File lib/bitcoin_ticker/exchanges/bitmarket.rb, line 12 def self.link "https://www.bitmarket.pl/" end
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