In Files

  • soap/baseData.rb

Parent

Included Modules

Class/Module Index [+]

Quicksearch

SOAP::SOAPExternalReference

Public Class Methods

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

Public Instance Methods

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