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