Class: Sem4rSoap::SoapServiceV2010

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

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

#initializeSoapServiceV2010

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, options = {})
  _soap_call("v2010", method, options)
end