In Files

  • soap/baseData.rb

Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

SOAP::SOAPBase64

Constants

Type

Public Class Methods

new(value = nil) click to toggle source

Override the definition in SOAPBasetype.

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

Public Instance Methods

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