Flowdock
method

request_rpc_lit

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::RPC::Router::Operation
request_rpc_lit(request, mapping_registry, opt) private

No documentation

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

Hide source
# File lib/soap/rpc/router.rb, line 440
    def request_rpc_lit(request, mapping_registry, opt)
      request.collect { |key, value|
        Mapping.soap2obj(value, mapping_registry, nil, opt)
      }
    end
Register or log in to add new notes.