class Google::Geocoding::Configuration

Attributes

api_key[RW]
client[RW]

Public Class Methods

new(client) click to toggle source
# File lib/google/geocoding.rb, line 10
def initialize(client)
  @client = client
end