Flowdock
method

new

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Proxy
new(server, prefix, args=[], meth=:call, delim=".") public

No documentation

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

Hide source
# File lib/xmlrpc/client.rb, line 607
      def initialize(server, prefix, args=[], meth=:call, delim=".")
        @server = server
        @prefix = prefix ? prefix + delim : ""
        @args   = args
        @meth   = meth
      end
Register or log in to add new notes.