method

param_set

ruby latest stable - Class: WSDL::SOAP::MethodDefCreator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

param_set(io_type, name, type, ele = nil)
private

No documentation available.

# File lib/wsdl/soap/methodDefCreator.rb, line 179
  def param_set(io_type, name, type, ele = nil)
    [io_type, name, type, ele]
  end