Module: CurrentPrice::Google

Defined in:
lib/current-price/google.rb,
lib/current-price/google/client.rb,
lib/current-price/google/client/quote.rb,
lib/current-price/google/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/google.rb', line 3

def self.client(options={})
  Google::Client.new(options)
end