Inquirer::Client
Inherits Reference < Object
Class methods
command(command : Command)
Sends a request to execute the given command.
Assumes the server is running.
Returns the Response.
May raise InquirerError.
running?
Returns whether the Inquirer server is running.
NOTE: It sends a Ping command to the server and should not be abused.
send(request : Request) : Response
Source