class CoinSync::FiatCurrency

Public Instance Methods

crypto?() click to toggle source
# File lib/coinsync/currencies.rb, line 13
def crypto?
  false
end
fiat?() click to toggle source
# File lib/coinsync/currencies.rb, line 9
def fiat?
  true
end