module CurrentPrice::Yahoo

Public Class Methods

client(options={}) click to toggle source
# File lib/current-price/yahoo.rb, line 3
def self.client(options={})
  Yahoo::Client.new(options)
end