Flowdock
method

new

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::SOAP::Operation::OperationInfo
new(style, op_name, optype_name, headerparts, bodyparts, faultpart, soapaction) public

No documentation

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

Hide source
# File lib/wsdl/soap/operation.rb, line 26
    def initialize(style, op_name, optype_name, headerparts, bodyparts, faultpart, soapaction)
      @style = style
      @op_name = op_name
      @optype_name = optype_name
      @headerparts = headerparts
      @bodyparts = bodyparts
      @faultpart = faultpart
      @soapaction = soapaction
    end
Register or log in to add new notes.