Class: WSDL::Response::Parser::QName Private
- Inherits:
-
Data
- Object
- Data
- WSDL::Response::Parser::QName
- Defined in:
- lib/wsdl/response/parser.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Qualified XML element name used for namespace-aware grouping.
Instance Attribute Summary collapse
-
#local ⇒ Object
readonly
Returns the value of attribute local.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
Instance Attribute Details
#local ⇒ Object (readonly)
Returns the value of attribute local
19 |
# File 'lib/wsdl/response/parser.rb', line 19 QName = Data.define(:namespace, :local) |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
19 |
# File 'lib/wsdl/response/parser.rb', line 19 QName = Data.define(:namespace, :local) |