method

find_operation

ruby latest stable - Class: WSDL::OperationBinding

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.

find_operation()
public

No documentation available.

# File lib/wsdl/operationBinding.rb, line 39
  def find_operation
    porttype.operations[@name] or raise RuntimeError.new("#{@name} not found")
  end