Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::List

Attributes

itemtype[R]
local_simpletype[R]

Public Class Methods

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

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/list.rb, line 36
36:   def parse_attr(attr, value)
37:     case attr
38:     when ItemTypeAttrName
39:       @itemtype = value
40:     else
41:       nil
42:     end
43:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/list.rb, line 26
26:   def parse_element(element)
27:     case element
28:     when SimpleTypeName
29:       @local_simpletype = SimpleType.new
30:       @local_simpletype
31:     else
32:       nil
33:     end
34:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.