Method: GoogleLocationsClient#initialize
- Defined in:
- lib/whos_using_what/api_clients/google_locations_client.rb
#initialize ⇒ GoogleLocationsClient
Returns a new instance of GoogleLocationsClient.
7 8 9 10 11 12 |
# File 'lib/whos_using_what/api_clients/google_locations_client.rb', line 7 def initialize #todo pull this from config file if this becomes needed @google_api_key = "" end |