Flowdock
method

soapoperation_name

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::OperationBinding
soapoperation_name() public

No documentation

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

Hide source
# File lib/wsdl/operationBinding.rb, line 43
  def soapoperation_name
    if @soapoperation
      @soapoperation.input_info.op_name
    else
      find_operation.name
    end
  end
Register or log in to add new notes.