module BitcoinAverage

Constants

VERSION

Public Class Methods

global(currency = 'USD') click to toggle source
# File lib/bitcoinaverage.rb, line 5
def self.global(currency = 'USD')
  GlobalTicker.instance.request_info currency
end
market(currency = 'USD') click to toggle source
# File lib/bitcoinaverage.rb, line 9
def self.market(currency = 'USD')
  MarketTicker.instance.request_info currency
end