class SOAP::SOAPREXMLElementWrap
Public Class Methods
new(ele)
click to toggle source
# File lib/soap/baseData.rb, line 845 def initialize(ele) @ele = ele end
Public Instance Methods
to_xmlpart()
click to toggle source
# File lib/soap/baseData.rb, line 849 def to_xmlpart @ele.to_s end