Parent

Methods

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::Union

Attributes

member_types[R]

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/union.rb, line 20
20:   def initialize
21:     super
22:     @member_types = nil
23:   end

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # 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.