class FxPotato::RateStore
Public Class Methods
get(repo, date, currency)
click to toggle source
# File lib/fxpotato/rate_store.rb, line 3 def self.get(repo, date, currency) repo.find(date, currency) end
# File lib/fxpotato/rate_store.rb, line 3 def self.get(repo, date, currency) repo.find(date, currency) end