Class: SOAP::SOAPNil
- Inherits:
-
XSD::XSDNil
- Object
- XSD::NSDBase
- XSD::XSDAnySimpleType
- XSD::XSDNil
- SOAP::SOAPNil
- Extended by:
- SOAPModuleUtils
- Includes:
- SOAPBasetype
- Defined in:
- lib/soap/baseData.rb
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, Charset, EleBody, EleBodyName, EleEnvelope, EleEnvelopeName, EleFault, EleFaultActor, EleFaultActorName, EleFaultCode, EleFaultCodeName, EleFaultDetail, EleFaultDetailName, EleFaultName, EleFaultString, EleFaultStringName, EleHeader, EleHeaderName, EncodingNamespace, EnvelopeNamespace, LiteralNamespace, MediaType, NextActor, PropertyName, RPCRouter, RPCServerException, RPCUtils, SOAPGenerator, SOAPProxy, TypeMap, VERSION, ValueArray, ValueArrayName
Constants inherited from XSD::XSDNil
XSD::XSDNil::Type, XSD::XSDNil::Value
Constants inherited from XSD::XSDAnySimpleType
Constants included from XSD
XSD::AnySimpleTypeLiteral, XSD::AnySimpleTypeName, XSD::AnyTypeLiteral, XSD::AnyTypeName, XSD::AnyURILiteral, XSD::AttrNilName, XSD::AttrType, XSD::AttrTypeName, XSD::Base64BinaryLiteral, XSD::BooleanLiteral, XSD::ByteLiteral, XSD::DateLiteral, XSD::DateTimeLiteral, XSD::DecimalLiteral, XSD::DoubleLiteral, XSD::DurationLiteral, XSD::ENTITIESLiteral, XSD::ENTITYLiteral, XSD::FloatLiteral, XSD::GDayLiteral, XSD::GMonthDayLiteral, XSD::GMonthLiteral, XSD::GYearLiteral, XSD::GYearMonthLiteral, XSD::HexBinaryLiteral, XSD::IDLiteral, XSD::IDREFLiteral, XSD::IDREFSLiteral, XSD::InstanceNamespace, XSD::IntLiteral, XSD::IntegerLiteral, XSD::LanguageLiteral, XSD::LongLiteral, XSD::NCNameLiteral, XSD::NMTOKENLiteral, XSD::NMTOKENSLiteral, XSD::NameLiteral, XSD::Namespace, XSD::NegativeIntegerLiteral, XSD::NilLiteral, XSD::NilValue, XSD::NonNegativeIntegerLiteral, XSD::NonPositiveIntegerLiteral, XSD::NormalizedStringLiteral, XSD::PositiveIntegerLiteral, XSD::QNameLiteral, XSD::ShortLiteral, XSD::StringLiteral, XSD::TimeLiteral, XSD::TokenLiteral, XSD::UnsignedByteLiteral, XSD::UnsignedIntLiteral, XSD::UnsignedLongLiteral, XSD::UnsignedShortLiteral
Instance Attribute Summary
Attributes included from SOAPBasetype
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Attributes inherited from XSD::XSDAnySimpleType
Attributes inherited from XSD::NSDBase
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ SOAPNil
constructor
A new instance of SOAPNil.
Methods included from SOAPModuleUtils
Methods included from SOAPType
Methods inherited from XSD::XSDAnySimpleType
#check_lexical_format, #set, #to_s
Methods inherited from XSD::NSDBase
Constructor Details
#initialize(value = nil) ⇒ SOAPNil
Returns a new instance of SOAPNil.
230 231 232 233 |
# File 'lib/soap/baseData.rb', line 230 def initialize(value = nil) super(value) @extraattr[XSD::AttrNilName] = 'true' end |