From 269558f209a9e6399d5c20bb5a4b41f48f3a86f5 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 26 Nov 2005 16:01:31 +0000 Subject: * lib/wsdl/xmlSchema/complexContent.rb: missing ComplexContent#elementformdefault method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/wsdl/xmlSchema/complexContent.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/wsdl/xmlSchema/complexContent.rb b/lib/wsdl/xmlSchema/complexContent.rb index eddb52f5ef..f7fb6c16b4 100644 --- a/lib/wsdl/xmlSchema/complexContent.rb +++ b/lib/wsdl/xmlSchema/complexContent.rb @@ -33,6 +33,10 @@ class ComplexContent < Info parent.targetnamespace end + def elementformdefault + parent.elementformdefault + end + def basetype @basetype ||= root.collect_complextypes[@base] end -- cgit v1.2.3