class SOAP::SOAPREXMLElementWrap

Public Class Methods

new(ele) click to toggle source
# File lib/soap/baseData.rb, line 846
def initialize(ele)
  @ele = ele
end

Public Instance Methods

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