Class: SOAP::SOAPRawData

Inherits:
SOAPElement show all
Defined in:
lib/soap/baseData.rb

Constant Summary

Constants included from SOAP

AttrActor, AttrActorName, AttrArrayType, AttrArrayTypeName, AttrEncodingStyle, AttrEncodingStyleName, 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, NS, NextActor, PropertyName, RPCRouter, RPCServerException, RPCUtils, SOAPNamespaceTag, SOAPProxy, TypeMap, VERSION, ValueArray, ValueArrayName, XSDNamespaceTag, XSINamespaceTag

Instance Attribute Summary

Attributes inherited from SOAPElement

#text, #type

Attributes included from SOAPCompoundtype

#qualified

Attributes included from SOAPType

#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root

Instance Method Summary collapse

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

#inspect, #rootnode

Methods included from Enumerable

#inject

Constructor Details

#initialize(obj) ⇒ SOAPRawData

Returns a new instance of SOAPRawData.



768
769
770
771
# File 'lib/soap/baseData.rb', line 768

def initialize(obj)
  super(XSD::QName::EMPTY)
  @obj = obj
end

Instance Method Details

#to_xmlpartObject



773
774
775
# File 'lib/soap/baseData.rb', line 773

def to_xmlpart
  @obj.to_xmlpart
end