Class: SOAP::SOAPRawData
- Inherits:
-
SOAPElement
- Object
- SOAPElement
- SOAP::SOAPRawData
- Defined in:
- lib/soap/baseData.rb
Constant Summary
Constants included from SOAP
AttrActor, AttrActorName, AttrArrayType, AttrArrayTypeName, AttrEncodingStyle, AttrEncodingStyleName, AttrHref, AttrHrefName, AttrId, AttrIdName, AttrMustUnderstand, AttrMustUnderstandName, AttrOffset, AttrOffsetName, AttrPosition, AttrPositionName, AttrRoot, AttrRootName, Base64Literal, Charset, EleBody, EleBodyName, EleEnvelope, EleEnvelopeName, EleFault, EleFaultActor, EleFaultActorName, EleFaultCode, EleFaultCodeName, EleFaultDetail, EleFaultDetailName, EleFaultName, EleFaultString, EleFaultStringName, EleHeader, EleHeaderName, EncodingNamespace, EnvelopeNamespace, LiteralNamespace, MediaType, NextActor, PropertyName, RPCRouter, RPCServerException, RPCUtils, SOAPGenerator, SOAPProxy, TypeMap, VERSION, ValueArray, ValueArrayName
Instance Attribute Summary
Attributes inherited from SOAPElement
Attributes included from SOAPCompoundtype
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Instance Method Summary collapse
-
#initialize(obj) ⇒ SOAPRawData
constructor
A new instance of SOAPRawData.
- #to_xmlpart ⇒ Object
Methods inherited from SOAPElement
#[], #[]=, #add, decode, #each, from_obj, from_objs, #have_member, #inspect, #key?, #members, parse_name, #set, #to_obj, to_qname
Methods included from SOAPType
Methods included from Enumerable
Constructor Details
#initialize(obj) ⇒ SOAPRawData
Returns a new instance of SOAPRawData.
831 832 833 834 |
# File 'lib/soap/baseData.rb', line 831 def initialize(obj) super(XSD::QName::EMPTY) @obj = obj end |
Instance Method Details
#to_xmlpart ⇒ Object
836 837 838 |
# File 'lib/soap/baseData.rb', line 836 def to_xmlpart @obj.to_xmlpart end |