SOAP::RPC::SOAPVoid (Class)

In: soap/rpc/element.rb
Parent: XSD::XSDAnySimpleType

To return(?) void explicitly.

 def foo(input_var)
   ...
   return SOAP::RPC::SOAPVoid.new
 end

Methods

new  

Constants

Name = XSD::QName.new(Mapping::RubyCustomTypeNamespace, nil)

Included Modules

SOAPBasetype

Public Class methods

[Source]

# File soap/rpc/element.rb, line 257
  def initialize()
    @elename = Name
    @id = nil
    @precedents = []
    @parent = nil
  end

[Validate]