Parent

Included Modules

Files

Class Index [+]

Quicksearch

SOAP::SOAPExternalReference

Public Class Methods

new() click to toggle source
     # File lib/soap/baseData.rb, line 203
203:   def initialize
204:     super()
205:     @type = XSD::QName::EMPTY
206:   end

Public Instance Methods

referred() click to toggle source
     # File lib/soap/baseData.rb, line 208
208:   def referred
209:     rootnode.external_content[external_contentid] = self
210:   end
refidstr() click to toggle source
     # File lib/soap/baseData.rb, line 212
212:   def refidstr
213:     'cid:' + external_contentid
214:   end

Private Instance Methods

external_contentid() click to toggle source
     # File lib/soap/baseData.rb, line 218
218:   def external_contentid
219:     raise NotImplementedError.new
220:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.