method

operation_style

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

No documentation available.

# File lib/wsdl/soap/operation.rb, line 76
  def operation_style
    return @style if @style
    if parent_binding.soapbinding
      return parent_binding.soapbinding.style
    end
    nil
  end