WSDL::Info
# File wsdl/types.rb, line 18 def initialize super @schemas = [] end
# File wsdl/types.rb, line 37 def parse_attr(attr, value) nil end
# File wsdl/types.rb, line 23 def parse_element(element) case element when SchemaName o = XMLSchema::Schema.new @schemas << o o when DocumentationName o = Documentation.new o else nil end end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.