Flowdock
method

request_body

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::RPC::Proxy::Operation
request_body(values, mapping_registry, literal_mapping_registry, opt) public

No documentation

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

Hide source
# File lib/soap/rpc/proxy.rb, line 336
    def request_body(values, mapping_registry, literal_mapping_registry, opt)
      if @request_style == :rpc
        request_rpc(values, mapping_registry, literal_mapping_registry, opt)
      else
        request_doc(values, mapping_registry, literal_mapping_registry, opt)
      end
    end
Register or log in to add new notes.