Flowdock
method

call2

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Client
call2(method, *args) 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 418
    def call2(method, *args)
      request = create().methodCall(method, *args)
      data = do_rpc(request, false)
      parser().parseMethodResponse(data)
    end
Register or log in to add new notes.