Flowdock
method

input_info

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Operation
input_info() public

No documentation

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

Hide source
# File lib/wsdl/operation.rb, line 48
  def input_info
    typename = input.find_message.name
    NameInfo.new(@name, typename, inputparts)
  end
Register or log in to add new notes.