Module: SOAP::SOAPModuleUtils
- Includes:
- SOAP
- Included in:
- RPC::SOAPVoid, SOAPAnySimpleType, SOAPAnyURI, SOAPBase64, SOAPBoolean, SOAPByte, SOAPDate, SOAPDateTime, SOAPDecimal, SOAPDouble, SOAPDuration, SOAPExternalReference, SOAPFloat, SOAPGDay, SOAPGMonth, SOAPGMonthDay, SOAPGYear, SOAPGYearMonth, SOAPHexBinary, SOAPInt, SOAPInteger, SOAPLong, SOAPNegativeInteger, SOAPNil, SOAPNonNegativeInteger, SOAPNonPositiveInteger, SOAPPositiveInteger, SOAPQName, SOAPRawString, SOAPReference, SOAPShort, SOAPString, SOAPTime, SOAPUnsignedByte, SOAPUnsignedInt, SOAPUnsignedLong, SOAPUnsignedShort
- Defined in:
- lib/soap/baseData.rb
Overview
Mix-in module for SOAP base type classes.
Constant Summary
Constants included from SOAP
AttrActor, AttrArrayType, AttrArrayTypeName, AttrEncodingStyle, AttrEncodingStyleName, 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, SOAPNamespaceTag, TypeMap, VERSION, ValueArray, ValueArrayName, XSDNamespaceTag, XSINamespaceTag
Instance Method Summary collapse
Instance Method Details
#decode(elename) ⇒ Object
24 25 26 27 28 |
# File 'lib/soap/baseData.rb', line 24 def decode(elename) d = self.new d.elename = elename d end |