Module: SOAP::SOAPBasetype
- Included in:
- RPC::SOAPVoid, SOAPAnySimpleType, SOAPAnyURI, SOAPBase64, SOAPBoolean, SOAPByte, SOAPDate, SOAPDateTime, SOAPDecimal, SOAPDouble, SOAPDuration, SOAPENTITIES, SOAPENTITY, SOAPExternalReference, SOAPFloat, SOAPGDay, SOAPGMonth, SOAPGMonthDay, SOAPGYear, SOAPGYearMonth, SOAPHexBinary, SOAPID, SOAPIDREF, SOAPIDREFS, SOAPInt, SOAPInteger, SOAPLanguage, SOAPLong, SOAPNCName, SOAPNMTOKEN, SOAPNMTOKENS, SOAPName, SOAPNegativeInteger, SOAPNil, SOAPNonNegativeInteger, SOAPNonPositiveInteger, SOAPNormalizedString, SOAPPositiveInteger, SOAPQName, SOAPRawString, SOAPReference, SOAPShort, SOAPString, SOAPTime, SOAPToken, SOAPUnsignedByte, SOAPUnsignedInt, SOAPUnsignedLong, SOAPUnsignedShort
- Defined in:
- lib/soap/baseData.rb
Overview
for SOAP base type
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
-
#qualified ⇒ Object
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
Methods included from SOAPType
Instance Attribute Details
#qualified ⇒ Object
Returns the value of attribute qualified.
92 93 94 |
# File 'lib/soap/baseData.rb', line 92 def qualified @qualified end |
Instance Method Details
#initialize(*arg) ⇒ Object
94 95 96 97 |
# File 'lib/soap/baseData.rb', line 94 def initialize(*arg) super @qualified = nil end |