WSDL::Documentation (Class)

In: wsdl/documentation.rb
Parent: Info

Methods

Public Class methods

[Source]

# File wsdl/documentation.rb, line 16
  def initialize
    super
  end

Public Instance methods

[Source]

# File wsdl/documentation.rb, line 25
  def parse_attr(attr, value)
    # Accepts any attribute.

    true
  end

[Source]

# File wsdl/documentation.rb, line 20
  def parse_element(element)
    # Accepts any element.

    self
  end

[Validate]