Flowdock
method

call2_async

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