Class: 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.
37 38 39 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 37 def name @name end |
#node ⇒ Object
Returns the value of attribute node.
38 39 40 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 38 def node @node end |
#ns ⇒ Object (readonly)
Returns the value of attribute ns.
36 37 38 |
# File 'lib/wsdl/xmlSchema/parser.rb', line 36 def ns @ns end |