Class: SOAP::SOAPBase64
Constant Summary collapse
- Type =
QName.new(EncodingNamespace, Base64Literal)
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 Attribute Summary
Attributes included from SOAPType
#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root
Instance Method Summary collapse
- #as_xsd ⇒ Object
-
#initialize(value = nil) ⇒ SOAPBase64
constructor
Override the definition in SOAPBasetype.
Methods included from SOAPModuleUtils
Methods included from SOAPType
Constructor Details
#initialize(value = nil) ⇒ SOAPBase64
Override the definition in SOAPBasetype.
304 305 306 307 |
# File 'lib/soap/baseData.rb', line 304 def initialize(value = nil) super(value) @type = Type end |
Instance Method Details
#as_xsd ⇒ Object
309 310 311 |
# File 'lib/soap/baseData.rb', line 309 def as_xsd @type = XSD::XSDBase64Binary::Type end |