Module: OpenExchangeRates::Client::Historical

Included in:
OpenExchangeRates::Client
Defined in:
lib/open_exchange_rates/client/historical.rb

Instance Method Summary collapse

Instance Method Details

#historical(date) ⇒ Object



4
5
6
# File 'lib/open_exchange_rates/client/historical.rb', line 4

def historical(date)
  get "/historical/#{date.iso8601}.json"
end