diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-26 16:01:31 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-11-26 16:01:31 +0000 |
commit | fb77bbf2a15684f3f6e1da99ea4fcecce78ccfc4 (patch) | |
tree | 1016d7567e4add4635c9a0ce81fe8d80657b776f /lib/wsdl/xmlSchema | |
parent | 6125fe622baf2be55552ae377fbf83ae60d204c4 (diff) | |
download | ruby-fb77bbf2a15684f3f6e1da99ea4fcecce78ccfc4.tar.gz ruby-fb77bbf2a15684f3f6e1da99ea4fcecce78ccfc4.tar.xz ruby-fb77bbf2a15684f3f6e1da99ea4fcecce78ccfc4.zip |
* lib/wsdl/xmlSchema/complexContent.rb: missing
ComplexContent#elementformdefault method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/wsdl/xmlSchema')
-rw-r--r-- | lib/wsdl/xmlSchema/complexContent.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/wsdl/xmlSchema/complexContent.rb b/lib/wsdl/xmlSchema/complexContent.rb index eddb52f5e..f7fb6c16b 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 |