class

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.

Source
running?

Returns whether the Inquirer server is running.

NOTE: It sends a Ping command to the server and should not be abused.

Source
send(request : Request) : Response
Source