class LSProtocol::ExecuteCommandRequest
- LSProtocol::ExecuteCommandRequest
- Reference
- Object
Overview
A request send from the client to the server to execute a command. The request might return a workspace edit which the client will apply to the workspace.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#id : Int32 | String
The request id.
- #jsonrpc : String
-
#method : String
The method to be invoked.
- #params : ExecuteCommandParams