method

outputoperation_map

ruby latest stable - Class: WSDL::Port

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.

outputoperation_map()
public

No documentation available.

# File lib/wsdl/port.rb, line 48
  def outputoperation_map
    result = {}
    find_binding.operations.each do |op_bind|
      op_info = op_bind.soapoperation.output_info
      result[op_info.op_name] = op_info
    end
    result
  end