Class: Sem4rSoap::SoapServiceV13

Inherits:
SoapService show all
Defined in:
lib/sem4r_soap/soap_service_v13.rb

Direct Known Subclasses

Sem4r::AccountService, Sem4r::ReportService

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from SoapService

_soap_call, #build_soap_message, #helper_call, #helper_call_raw, #init

Constructor Details

#initializeSoapServiceV13

Returns a new instance of SoapServiceV13.



29
30
31
# File 'lib/sem4r_soap/soap_service_v13.rb', line 29

def initialize
  super
end

Class Method Details

.soap_call(method, options = {}) ⇒ Object



33
34
35
# File 'lib/sem4r_soap/soap_service_v13.rb', line 33

def self.soap_call(method, options = {})
  _soap_call("v13", method, options)
end