diff options
Diffstat (limited to 'actionwebservice/lib/action_web_service/client')
-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. # |