# 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.
Generated with the Darkfish Rdoc Generator 1.1.6.