Class: EodFacade::Fundamentals

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

Class Method Summary collapse

Methods inherited from Base

make_request

Class Method Details

.call(symbol) ⇒ Object



8
9
10
# File 'lib/eod_facade/fundamentals.rb', line 8

def call(symbol)
  make_request(url_path(symbol))
end