Flowdock
method

output_info

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Operation
output_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 53
  def output_info
    typename = output.find_message.name
    NameInfo.new(@name, typename, outputparts)
  end
Register or log in to add new notes.