WSDL::XMLSchema::Parser::ParseFrame (Class)

In: wsdl/xmlSchema/parser.rb
Parent: Object

Methods

new  

Attributes

name  [R] 
node  [RW] 
ns  [R] 

Public Class methods

[Source]

# File wsdl/xmlSchema/parser.rb, line 41
    def initialize(ns, name, node)
      @ns = ns
      @name = name
      @node = node
    end

[Validate]