Skip to content

Commit

Permalink
Adds a wsdl accessor to the Client (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiehl authored and pcai committed Aug 2, 2017
1 parent ce923e1 commit a638a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/savon/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit a638a16

Please sign in to comment.