Class: EodFacade::Eod

Inherits:
Base
  • Object
show all
Defined in:
lib/eod_facade/eod.rb

Class Method Summary collapse

Methods inherited from Base

make_request

Class Method Details

.call(symbol, params = {}) ⇒ Object



6
7
8
# File 'lib/eod_facade/eod.rb', line 6

def call(symbol, params = {})
  make_request(url_path(symbol), params.merge(fmt: 'json'))
end