Module: CurrentPrice::Yahoo
- Defined in:
- lib/current-price/yahoo.rb,
lib/current-price/yahoo/client.rb,
lib/current-price/yahoo/client/quote.rb,
lib/current-price/yahoo/client/option_chain.rb
Defined Under Namespace
Classes: Client
Class Method Summary collapse
Class Method Details
.client(options = {}) ⇒ Object
3 4 5 |
# File 'lib/current-price/yahoo.rb', line 3 def self.client(={}) Yahoo::Client.new() end |