Class WSDL::Documentation
In: lib/wsdl/documentation.rb
Parent: Info

Methods

Public Class methods

[Source]

    # File lib/wsdl/documentation.rb, line 16
16:   def initialize
17:     super
18:   end

Public Instance methods

[Source]

    # File lib/wsdl/documentation.rb, line 25
25:   def parse_attr(attr, value)
26:     # Accepts any attribute.
27:     true
28:   end

[Source]

    # File lib/wsdl/documentation.rb, line 20
20:   def parse_element(element)
21:     # Accepts any element.
22:     self
23:   end

[Validate]