struct LSP::Message::ShowMessageRequest
- LSP::Message::ShowMessageRequest
- Struct
- Value
- Object
Overview
The show message request is sent from a server to a client to ask the client to display a particular message in the user interface. In addition to the show message notification the request allows to pass actions and to wait for an answer from the client.
Included Modules
- JSON::Serializable
Defined in:
lsp/message.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : Int64 | String, params : LSP::Message::ShowMessageRequest::Params = Params.new)
Class Method Summary
Instance Method Summary
- #error_response_from_json(input)
- #id : Int64 | String
- #id=(id : Int64 | String)
- #jsonrpc : String
- #jsonrpc=(jsonrpc : String)
- #method : String
- #method=(method : String)
- #new_error_response
- #new_response
- #params : Params
- #params=(params : Params)
- #response_from_json(input)