Class: WSDL::Request::ProcessingInstruction
- Inherits:
-
Data
- Object
- Data
- WSDL::Request::ProcessingInstruction
- Defined in:
- lib/wsdl/request/envelope.rb
Overview
XML processing instruction node.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#target ⇒ Object
readonly
Returns the value of attribute target.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
98 99 100 |
# File 'lib/wsdl/request/envelope.rb', line 98 def content @content end |
#target ⇒ Object (readonly)
Returns the value of attribute target
98 99 100 |
# File 'lib/wsdl/request/envelope.rb', line 98 def target @target end |