Flowdock
method

outputoperation_map

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Port
outputoperation_map() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.