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