diff options
author | Kent Sibilev <ksibilev@gmail.com> | 2006-09-16 07:26:43 +0000 |
---|---|---|
committer | Kent Sibilev <ksibilev@gmail.com> | 2006-09-16 07:26:43 +0000 |
commit | 0460f6e0ceb037614822d8cf9163fb49f7236f9c (patch) | |
tree | 6009f968820af0803c737df347536ab2e887e0be /actionwebservice/lib | |
parent | 35ffc1afbe583809e7a45945f381cb3b97aac7e9 (diff) | |
download | rails-0460f6e0ceb037614822d8cf9163fb49f7236f9c.tar.gz rails-0460f6e0ceb037614822d8cf9163fb49f7236f9c.tar.bz2 rails-0460f6e0ceb037614822d8cf9163fb49f7236f9c.zip |
Provide access to the underlying SOAP driver.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib')
-rw-r--r-- | actionwebservice/lib/action_web_service/client/soap_client.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/lib/action_web_service/client/soap_client.rb b/actionwebservice/lib/action_web_service/client/soap_client.rb index 047543f95e..ebabd8ea82 100644 --- a/actionwebservice/lib/action_web_service/client/soap_client.rb +++ b/actionwebservice/lib/action_web_service/client/soap_client.rb @@ -16,6 +16,8 @@ module ActionWebService # :nodoc: # persons = soap_client.find_all # class Soap < Base + # provides access to the underlying soap driver + attr_reader :driver # Creates a new web service client using the SOAP RPC protocol. # |