Class: SOAP::SOAPBase64
- Inherits:
-
XSD::XSDBase64Binary
- Object
- XSD::XSDBase64Binary
- SOAP::SOAPBase64
- Extended by:
- SOAPModuleUtils
- Includes:
- SOAPBasetype
- Defined in:
- lib/soap4r_19_patch/soap/baseData.rb
Constant Summary collapse
- Type =
SOAPENCType = QName.new(EncodingNamespace, Base64Literal)
Constants included from SOAP
Instance Attribute Summary
Attributes included from SOAPBasetype
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
A new instance of SOAPBase64.
Methods included from SOAPModuleUtils
Methods included from SOAPType
Constructor Details
#initialize(value = nil) ⇒ SOAPBase64
Returns a new instance of SOAPBase64.
422 423 424 425 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 422 def initialize(value = nil) super(value) @type = Type end |
Instance Method Details
#as_xsd ⇒ Object
427 428 429 |
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 427 def as_xsd @type = XSD::XSDBase64Binary::Type end |