method

new

v1_8_6_287 - Show latest stable - Class: WSDL::Operation
new()
public

No documentation available.

# File lib/wsdl/operation.rb, line 34
  def initialize
    super
    @name = nil
    @type = nil
    @parameter_order = nil
    @input = nil
    @output = nil
    @fault = []
  end