Class: Decent::API

Inherits:
Object
  • Object
show all
Defined in:
lib/decent/api/api.rb

Class Method Summary collapse

Class Method Details

.currencyObject



3
4
5
6
7
8
9
# File 'lib/decent/api/api.rb', line 3

def self.currency
  return {
    "BTC" => BitcoinAPI,
    "ETH" => EtherAPI,
    "LTC" => LitecoinAPI
  }
end