In Files

  • soap/rpc/element.rb

Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

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 soap/rpc/element.rb, line 315
def initialize()
  @elename = Name
  @id = nil
  @precedents = []
  @parent = nil
end