From 39248825e3a8b5ed6d74de234b86271205a37d7c Mon Sep 17 00:00:00 2001 From: David Biehl Date: Tue, 1 Aug 2017 20:32:30 -0700 Subject: [PATCH] Adds a wsdl accessor to the Client (#733) --- lib/savon/client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/savon/client.rb b/lib/savon/client.rb index dbe631de..897124fd 100644 --- a/lib/savon/client.rb +++ b/lib/savon/client.rb @@ -21,7 +21,7 @@ def initialize(globals = {}, &block) build_wsdl_document end - attr_reader :globals + attr_reader :globals, :wsdl def operations raise_missing_wsdl_error! unless @wsdl.document?