Module: SOAP::SOAPCompoundtype
Overview
for SOAP compound type
Constant Summary
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, EleBody, EleBodyName, EleEnvelope, EleEnvelopeName, EleFault, EleFaultActor, EleFaultActorName, EleFaultCode, EleFaultCodeName, EleFaultDetail, EleFaultDetailName, EleFaultName, EleFaultString, EleFaultStringName, EleHeader, EleHeaderName, EncodingNamespace, EnvelopeNamespace, LiteralNamespace, MediaType, NextActor, PropertyName, SOAPProxy, TypeMap, VERSION, ValueArray, ValueArrayName
Instance Attribute Summary (collapse)
-
- (Object) qualified
Returns the value of attribute qualified.
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #force_typed, #id, #parent, #position, #precedents, #root
Instance Method Summary (collapse)
-
- (SOAPCompoundtype) initialize(*arg)
A new instance of SOAPCompoundtype.
Methods included from SOAPType
Instance Attribute Details
- (Object) qualified
Returns the value of attribute qualified
108 109 110 |
# File 'lib/soap/baseData.rb', line 108 def qualified @qualified end |
Instance Method Details
- (SOAPCompoundtype) initialize(*arg)
A new instance of SOAPCompoundtype
110 111 112 113 |
# File 'lib/soap/baseData.rb', line 110 def initialize(*arg) super @qualified = nil end |