Flowdock
method

soapbody_use

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::Param
soapbody_use() public

No documentation

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

Hide source
# File lib/wsdl/param.rb, line 39
  def soapbody_use
    if @soapbody
      @soapbody.use || :literal
    else
      raise RuntimeError.new("soap:body not found")
    end
  end
Register or log in to add new notes.