class Decent::API

Public Class Methods

currency() click to toggle source
# File lib/decent/api/api.rb, line 3
def self.currency
  return {
    "BTC" => BitcoinAPI,
    "ETH" => EtherAPI,
    "LTC" => LitecoinAPI
  }
end