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