class SOAP::SOAPRawData
Public Class Methods
new(obj)
click to toggle source
Calls superclass method
SOAP::SOAPElement.new
# File lib/soap/baseData.rb, line 831 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 836 def to_xmlpart @obj.to_xmlpart end