module CurrentPrice::Google

Public Class Methods

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