WSDL::Info
# File lib/wsdl/xmlSchema/union.rb, line 20 20: def initialize 21: super 22: @member_types = nil 23: end
# File lib/wsdl/xmlSchema/union.rb, line 25 25: def parse_attr(attr, value) 26: case attr 27: when MemberTypesAttrName 28: @member_types = value.source 29: end 30: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.