struct

LSP::Unregistration

Inherits JSON::Serializable < Struct < Value < Object

General parameters to unregister a capability.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The id used to unregister the request or notification. Usually an id provided during the register request.

Source
id=(id : String)

The id used to unregister the request or notification. Usually an id provided during the register request.

Source
method

The method / capability to unregister for.

Source
method=(method : String)

The method / capability to unregister for.

Source