class LSP::ResponseMessage
- LSP::ResponseMessage
- Reference
- Object
Overview
A Response Message sent as a result of a request. If a request doesn’t provide a result value the receiver of a request still needs to return a response message to conform to the JSON RPC specification. The result property of the ResponseMessage should be set to null in this case to signal a successful request.
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/response_message.crConstructors
Instance Method Summary
-
#id : Int32 | String | Nil
The request id.
-
#id=(id : Int32 | String | Nil)
The request id.