Parent

Methods

Files

Class Index [+]

Quicksearch

WSDL::SOAP::Operation::OperationInfo

Attributes

style[R]
op_name[R]
optype_name[R]
encodingstyle[R]
headerparts[R]
bodyparts[R]
faultpart[R]
soapaction[R]

Public Class Methods

new(style, use, encodingstyle, op_name, optype_name, headerparts, bodyparts, faultpart, soapaction) click to toggle source
    # File lib/wsdl/soap/operation.rb, line 27
27:     def initialize(style, use, encodingstyle, op_name, optype_name,
28:         headerparts, bodyparts, faultpart, soapaction)
29:       @style = style
30:       @use = use
31:       @encodingstyle = encodingstyle
32:       @op_name = op_name
33:       @optype_name = optype_name
34:       @headerparts = headerparts
35:       @bodyparts = bodyparts
36:       @faultpart = faultpart
37:       @soapaction = soapaction
38:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.