class SOAP::SOAPExternalReference

Public Class Methods

new() click to toggle source
Calls superclass method SOAP::SOAPBasetype::new
# File lib/soap/baseData.rb, line 206
def initialize
  super()
  @type = XSD::QName::EMPTY
end

Public Instance Methods

referred() click to toggle source
# File lib/soap/baseData.rb, line 211
def referred
  rootnode.external_content[external_contentid] = self
end
refidstr() click to toggle source
# File lib/soap/baseData.rb, line 215
def refidstr
  'cid:' + external_contentid
end

Private Instance Methods

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