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.
845 846 847 |
# File 'lib/soap/baseData.rb', line 845 def initialize(ele) @ele = ele end |
Instance Method Details
#to_xmlpart ⇒ Object
849 850 851 |
# File 'lib/soap/baseData.rb', line 849 def to_xmlpart @ele.to_s end |