struct Inquirer::Protocol::Request
- Inquirer::Protocol::Request
- Struct
- Value
- Object
Overview
A request consisting of a Command
plus an optional
string argument of some kind.
Included Modules
- JSON::Serializable
Defined in:
inquirer/protocol.crConstructors
Instance Method Summary
-
#argument : String
Returns the argument of this request.
-
#command : Command
Returns the command of this request.
- #to_s(io)