From 9d79880e81a035c96ca70d7e342549236ed1f242 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Tue, 16 Aug 2005 05:45:03 +0000 Subject: add 'system.multicall' support to XML-RPC. boxcarred methods must still exist on the target service(s), value casting will still be performed, and recursive 'system.multicall' calls are not allowed. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2021 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/lib/action_web_service/protocol/abstract.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionwebservice/lib/action_web_service/protocol/abstract.rb') diff --git a/actionwebservice/lib/action_web_service/protocol/abstract.rb b/actionwebservice/lib/action_web_service/protocol/abstract.rb index be5bda2d41..fff5f622c9 100644 --- a/actionwebservice/lib/action_web_service/protocol/abstract.rb +++ b/actionwebservice/lib/action_web_service/protocol/abstract.rb @@ -41,7 +41,7 @@ module ActionWebService # :nodoc: class Request # :nodoc: attr :protocol - attr :method_name + attr_accessor :method_name attr_accessor :method_params attr :service_name attr_accessor :api -- cgit v1.2.3