class SOAP::RPC::SOAPVoid
To return(?) void explicitly.
def foo(input_var) ... return SOAP::RPC::SOAPVoid.new end
Constants
- Name
Public Class Methods
new()
click to toggle source
# File lib/soap/rpc/element.rb, line 364 def initialize() @elename = Name @id = nil @precedents = [] @parent = nil end