From fdecb6843ba8c5b0f718225f343017e11fa7f711 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Fri, 18 Feb 2005 21:22:52 +0000 Subject: rename service* to web_service*. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionservice/lib/action_service/protocol/abstract.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actionservice/lib/action_service/protocol/abstract.rb') diff --git a/actionservice/lib/action_service/protocol/abstract.rb b/actionservice/lib/action_service/protocol/abstract.rb index ed41c49951..bd02b6e829 100644 --- a/actionservice/lib/action_service/protocol/abstract.rb +++ b/actionservice/lib/action_service/protocol/abstract.rb @@ -89,15 +89,15 @@ module ActionService # :nodoc: attr :protocol attr :raw_body - attr_accessor :service_name + attr_accessor :web_service_name attr_accessor :public_method_name attr_accessor :content_type - def initialize(protocol, raw_body, service_name, public_method_name, content_type, options={}) + def initialize(protocol, raw_body, web_service_name, public_method_name, content_type, options={}) super(options) @protocol = protocol @raw_body = raw_body - @service_name = service_name + @web_service_name = web_service_name @public_method_name = public_method_name @content_type = content_type end -- cgit v1.2.3