Class: SOAP::SOAPExternalReference
- Inherits:
-
XSD::NSDBase
- Object
- XSD::NSDBase
- SOAP::SOAPExternalReference
- Extended by:
- SOAPModuleUtils
- Includes:
- SOAPBasetype
- Defined in:
- lib/soap4r_19_patch/soap/baseData.rb
Constant Summary
Constants included from SOAP
Instance Attribute Summary
Attributes included from SOAPBasetype
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Instance Method Summary collapse
-
#initialize ⇒ SOAPExternalReference
constructor
A new instance of SOAPExternalReference.
- #referred ⇒ Object
- #refidstr ⇒ Object
Methods included from SOAPModuleUtils
Methods included from SOAPType
Constructor Details
#initialize ⇒ SOAPExternalReference
Returns a new instance of SOAPExternalReference.
203 204 205 206 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 203 def initialize super() @type = XSD::QName::EMPTY end |
Instance Method Details
#referred ⇒ Object
208 209 210 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 208 def referred rootnode.external_content[external_contentid] = self end |
#refidstr ⇒ Object
212 213 214 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 212 def refidstr 'cid:' + external_contentid end |