Class: Sem4r::AdGroupService
- Inherits:
-
Sem4rSoap::SoapServiceV2010
- Object
- Sem4rSoap::SoapService
- Sem4rSoap::SoapServiceV2010
- Sem4r::AdGroupService
- Defined in:
- lib/sem4r/ad_group/ad_group_service.rb
Instance Method Summary collapse
-
#initialize(connector) ⇒ AdGroupService
constructor
A new instance of AdGroupService.
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) ⇒ AdGroupService
Returns a new instance of AdGroupService.
31 32 33 34 35 36 37 38 39 |
# File 'lib/sem4r/ad_group/ad_group_service.rb', line 31 def initialize(connector) super() @connector = connector @service_namespace = "https://adwords.google.com/api/adwords/cm/v201008" @header_namespace = @service_namespace @production_service_url = "https://adwords.google.com/api/adwords/cm/v201101/AdGroupService" @sandbox_service_url = "https://adwords-sandbox.google.com/api/adwords/cm/v201008/AdGroupService" init(@header_namespace, @service_namespace) end |