Class: Sem4rSoap::SoapServiceV13
- Inherits:
-
SoapService
- Object
- SoapService
- Sem4rSoap::SoapServiceV13
- Defined in:
- lib/sem4r_soap/soap_service_v13.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SoapServiceV13
constructor
A new instance of SoapServiceV13.
Methods inherited from SoapService
_soap_call, #build_soap_message, #helper_call, #helper_call_raw, #init
Constructor Details
#initialize ⇒ SoapServiceV13
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, = {}) _soap_call("v13", method, ) end |