Module: ActionService::Protocol::XmlRpc
- Defined in:
- lib/action_service/protocol/xmlrpc.rb
Overview
:nodoc:
Defined Under Namespace
Classes: XmlRpcProtocol
Class Method Summary collapse
-
.append_features(base) ⇒ Object
:nodoc:.
Class Method Details
.append_features(base) ⇒ Object
:nodoc:
25 26 27 28 |
# File 'lib/action_service/protocol/xmlrpc.rb', line 25 def self.append_features(base) # :nodoc: super base.register_protocol(BodyOnly, XmlRpcProtocol) end |