Module: ActionService::Protocol::Soap
- Defined in:
- lib/action_service/protocol/soap.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods Classes: ProtocolError, SoapArrayMapping, SoapMapper, SoapMapping, SoapProtocol
Class Method Summary collapse
-
.append_features(base) ⇒ Object
:nodoc:.
Class Method Details
.append_features(base) ⇒ Object
:nodoc:
14 15 16 17 18 19 |
# File 'lib/action_service/protocol/soap.rb', line 14 def self.append_features(base) # :nodoc: super base.register_protocol(HeaderAndBody, SoapProtocol) base.extend(ClassMethods) base.wsdl_service_name('ActionService') end |