struct

LSP::Message::DidSave

Inherits JSON::Serializable < Struct < Value < Object

The document save notification is sent from the client to the server when the document was saved in the client.

Constructors

new(pull : JSON::PullParser)
new(params : LSP::Message::DidSave::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