Class: AddressStandardization::GoogleMaps
- Inherits:
-
AbstractService
- Object
- AbstractService
- AddressStandardization::GoogleMaps
- Defined in:
- lib/address_standardization/google_maps.rb
Overview
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Method Summary
Methods inherited from AbstractService
standardize_address, with_canned_response
Methods included from ClassLevelInheritableAttributes
#cattr_inheritable, #inherited
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/address_standardization/google_maps.rb', line 5 def api_key @api_key end |