Class SOAP::SOAPBase64
In: lib/soap/baseData.rb
Parent: XSD::XSDBase64Binary

Methods

as_xsd   new  

Included Modules

SOAPBasetype

Constants

Type = QName.new(EncodingNamespace, Base64Literal)

Public Class methods

Override the definition in SOAPBasetype.

[Source]

     # File lib/soap/baseData.rb, line 304
304:   def initialize(value = nil)
305:     super(value)
306:     @type = Type
307:   end

Public Instance methods

[Source]

     # File lib/soap/baseData.rb, line 309
309:   def as_xsd
310:     @type = XSD::XSDBase64Binary::Type
311:   end

[Validate]