Parent

Files

Class Index [+]

Quicksearch

WSDL::Documentation

Public Class Methods

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

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/documentation.rb, line 25
25:   def parse_attr(attr, value)
26:     # Accepts any attribute.
27:     true
28:   end
parse_element(element) click to toggle source
    # File lib/wsdl/documentation.rb, line 20
20:   def parse_element(element)
21:     # Accepts any element.
22:     self
23:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.