Info
# File lib/wsdl/xmlSchema/union.rb, line 20 def initialize super @member_types = nil end
# File lib/wsdl/xmlSchema/union.rb, line 25 def parse_attr(attr, value) case attr when MemberTypesAttrName @member_types = value.source end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.