class SOAP::SOAPRawData

Public Class Methods

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

Public Instance Methods

to_xmlpart() click to toggle source
# File lib/soap/baseData.rb, line 838
def to_xmlpart
  @obj.to_xmlpart
end