Class: FxPotato::RateStore

Inherits:
Object
  • Object
show all
Defined in:
lib/fxpotato/rate_store.rb

Class Method Summary collapse

Class Method Details

.get(repo, date, currency) ⇒ Object



3
4
5
# File 'lib/fxpotato/rate_store.rb', line 3

def self.get(repo, date, currency)
  repo.find(date, currency)
end