Class SOAP::SOAPExternalReference
In: lib/soap/baseData.rb
Parent: XSD::NSDBase

Methods

Included Modules

SOAPBasetype

Public Class methods

[Source]

     # File lib/soap/baseData.rb, line 179
179:   def initialize
180:     super()
181:     @type = XSD::QName::EMPTY
182:   end

Public Instance methods

[Source]

     # File lib/soap/baseData.rb, line 184
184:   def referred
185:     rootnode.external_content[external_contentid] = self
186:   end

[Source]

     # File lib/soap/baseData.rb, line 188
188:   def refidstr
189:     'cid:' + external_contentid
190:   end

Private Instance methods

[Source]

     # File lib/soap/baseData.rb, line 194
194:   def external_contentid
195:     raise NotImplementedError.new
196:   end

[Validate]