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