Module: SOAP::SOAPCompoundtype

Includes:
SOAP, SOAPType
Included in:
SOAPArray, SOAPElement, SOAPEnvelope, SOAPFault, SOAPHeaderItem, SOAPStruct
Defined in:
lib/soap/baseData.rb

Overview

for SOAP compound type

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 collapse

Attributes included from SOAPType

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

Instance Method Summary collapse

Methods included from SOAPType

#inspect, #rootnode

Instance Attribute Details

#qualifiedObject

Returns the value of attribute qualified.



101
102
103
# File 'lib/soap/baseData.rb', line 101

def qualified
  @qualified
end

Instance Method Details

#initialize(*arg) ⇒ Object



103
104
105
106
# File 'lib/soap/baseData.rb', line 103

def initialize(*arg)
  super
  @qualified = nil
end