struct

LSP::Message::ShowMessage

Inherits JSON::Serializable < Struct < Value < Object

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

Constructors

new(pull : JSON::PullParser)
new(params : LSP::Message::ShowMessage::Params = Params.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Class methods

method
Source

Instance methods

jsonrpc
jsonrpc=(jsonrpc : String)
method
method=(method : String)
params
params=(params : Params)

Nested types