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