Class: Google::Geocoding::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/google/geocoding.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Configuration

Returns a new instance of Configuration.



10
11
12
# File 'lib/google/geocoding.rb', line 10

def initialize(client)
  @client = client
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



8
9
10
# File 'lib/google/geocoding.rb', line 8

def api_key
  @api_key
end

#clientObject

Returns the value of attribute client.



8
9
10
# File 'lib/google/geocoding.rb', line 8

def client
  @client
end