class SOAP::SOAPBase64

Constants

Type

Public Class Methods

new(value = nil) click to toggle source

Override the definition in SOAPBasetype.

Calls superclass method SOAP::SOAPBasetype::new
# File lib/soap/baseData.rb, line 304
def initialize(value = nil)
  super(value)
  @type = Type
end

Public Instance Methods

as_xsd() click to toggle source
# File lib/soap/baseData.rb, line 309
def as_xsd
  @type = XSD::XSDBase64Binary::Type
end