class CompareCrypto::Price

Public Class Methods

find(source, target='USD') click to toggle source
# File lib/compare_crypto.rb, line 8
def self.find source, target='USD'
  CompareCrypto::Gateway.new({source: source, target: target}).get_price
end