Class: SOAP::SOAPBase64

Inherits:
XSD::XSDBase64Binary
  • Object
show all
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

SOAPGenerator

Instance Attribute Summary

Attributes included from SOAPBasetype

#qualified

Attributes included from SOAPType

#definedtype, #elename, #encodingstyle, #extraattr, #id, #parent, #position, #precedents, #root

Instance Method Summary collapse

Methods included from SOAPModuleUtils

decode, to_data

Methods included from SOAPType

#inspect, #rootnode

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_xsdObject



427
428
429
# File 'lib/soap4r_19_patch/soap/baseData.rb', line 427

def as_xsd
  @type = XSD::XSDBase64Binary::Type
end