Class: SOAP::SOAPREXMLElementWrap
- Inherits:
-
Object
- Object
- SOAP::SOAPREXMLElementWrap
- Defined in:
- lib/soap4r_19_patch/soap/baseData.rb
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/soap4r_19_patch/soap/baseData.rb', line 843 def initialize(ele) @ele = ele end |
Instance Method Details
#to_xmlpart ⇒ Object
847 848 849 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 847 def to_xmlpart @ele.to_s end |