module GooglApi

Constants

API_URL
API_VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/googl-api/client.rb, line 7
def self.new(options = {})
  Client.new(options)
end