Module: ActionService::Protocol::XmlRpc

Defined in:
lib/action_service/protocol/xmlrpc.rb

Defined Under Namespace

Classes: XmlRpcProtocol

Class Method Summary collapse

Class Method Details

.append_features(base) ⇒ Object



8
9
10
11
# File 'lib/action_service/protocol/xmlrpc.rb', line 8

def self.append_features(base)
  super
  base.register_protocol(BodyOnly, XmlRpcProtocol)
end