Class

SOAP::RPC::SOAPVoid

Inheritance
< XSD::XSDAnySimpleType < XSD::NSDBase < Object
Included Modules
SOAPBasetype

To return(?) void explicitly.

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

Constants

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

Methods

Class

Visibility Signature
public new ()

Class Method Detail

new()