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