method

dump_call

v1_9_3_125 - Show latest stable - Class: XMLRPC::Marshal
dump_call( methodName, *params )
public

No documentation available.

# File lib/xmlrpc/marshal.rb, line 51
    def dump_call( methodName, *params )
      create.methodCall( methodName, *params )
    end