Class: SOAP::SOAPREXMLElementWrap
Instance Method Summary collapse
-
#initialize(ele) ⇒ SOAPREXMLElementWrap
constructor
A new instance of SOAPREXMLElementWrap.
- #to_xmlpart ⇒ Object
Constructor Details
#initialize(ele) ⇒ SOAPREXMLElementWrap
Returns a new instance of SOAPREXMLElementWrap.
846 847 848 |
# File 'lib/soap/baseData.rb', line 846 def initialize(ele) @ele = ele end |
Instance Method Details
#to_xmlpart ⇒ Object
850 851 852 |
# File 'lib/soap/baseData.rb', line 850 def to_xmlpart @ele.to_s end |