Class: WSDL::XMLSchema::Parser::ParseFrame
- Inherits:
-
Object
- Object
- WSDL::XMLSchema::Parser::ParseFrame
- Defined in:
- lib/wsdl/xmlSchema/parser.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#node ⇒ Object
Returns the value of attribute node.
-
#ns ⇒ Object
readonly
Returns the value of attribute ns.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
36 37 38 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 36 def name @name end |
#node ⇒ Object
Returns the value of attribute node
37 38 39 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 37 def node @node end |
#ns ⇒ Object (readonly)
Returns the value of attribute ns
35 36 37 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 35 def ns @ns end |