In Files

  • wsdl/documentation.rb

Parent

Class/Module Index [+]

Quicksearch

WSDL::Documentation

Public Class Methods

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

Public Instance Methods

parse_attr(attr, value) click to toggle source
 
               # File wsdl/documentation.rb, line 25
def parse_attr(attr, value)
  # Accepts any attribute.
  true
end
            
parse_element(element) click to toggle source
 
               # File wsdl/documentation.rb, line 20
def parse_element(element)
  # Accepts any element.
  self
end