Class: Sem4rSoap::SoapServiceV2010
- Inherits:
-
SoapService
- Object
- SoapService
- Sem4rSoap::SoapServiceV2010
- Defined in:
- lib/sem4r_soap/soap_service_v2010.rb
Direct Known Subclasses
Sem4r::AdGroupAdService, Sem4r::AdGroupCriterionService, Sem4r::AdGroupService, Sem4r::AdParamService, Sem4r::BulkMutateJobService, Sem4r::CampaignService, Sem4r::GeoLocationService, Sem4r::InfoService, Sem4r::ReportDefinitionService, Sem4r::TargetingIdeaService
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SoapServiceV2010
constructor
A new instance of SoapServiceV2010.
Methods inherited from SoapService
_soap_call, #build_soap_message, #helper_call, #helper_call_raw, #init
Constructor Details
#initialize ⇒ SoapServiceV2010
Returns a new instance of SoapServiceV2010.
29 30 31 |
# File 'lib/sem4r_soap/soap_service_v2010.rb', line 29 def initialize super end |
Class Method Details
.soap_call(method, options = {}) ⇒ Object
33 34 35 |
# File 'lib/sem4r_soap/soap_service_v2010.rb', line 33 def self.soap_call(method, = {}) _soap_call("v2010", method, ) end |