Class: Sem4r::GeoLocationService
- Inherits:
-
Sem4rSoap::SoapServiceV2010
- Object
- Sem4rSoap::SoapService
- Sem4rSoap::SoapServiceV2010
- Sem4r::GeoLocationService
- Defined in:
- lib/sem4r/geo_location/geo_location_service.rb
Instance Method Summary collapse
-
#initialize(connector) ⇒ GeoLocationService
constructor
A new instance of GeoLocationService.
Methods inherited from Sem4rSoap::SoapServiceV2010
Methods inherited from Sem4rSoap::SoapService
_soap_call, #build_soap_message, #helper_call, #helper_call_raw, #init
Constructor Details
#initialize(connector) ⇒ GeoLocationService
Returns a new instance of GeoLocationService.
32 33 34 35 36 37 38 39 40 41 |
# File 'lib/sem4r/geo_location/geo_location_service.rb', line 32 def initialize(connector) @connector = connector @header_namespace = "https://adwords.google.com/api/adwords/cm/v201008" @service_namespace = @header_namespace @sandbox_service_url = "https://adwords-sandbox.google.com/api/adwords/cm/v201008/GeoLocationService" @production_service_url = "https://adwords.google.com/api/adwords/cm/v201008/GeoLocationService" init(@header_namespace, @service_namespace) end |