Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::MinExclusive

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/minexclusive.rb, line 17
17:   def initialize
18:     super
19:   end

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/minexclusive.rb, line 25
25:   def parse_attr(attr, value)
26:     case attr
27:     when FixedAttrName
28:       parent.fixed[:minexclusive] = to_boolean(value)
29:     when ValueAttrName
30:       parent.minexclusive = value.source
31:     end
32:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/minexclusive.rb, line 21
21:   def parse_element(element)
22:     nil
23:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.