class

LSProtocol::Unregistration

Inherits JSON::Serializable / Reference / Object

General parameters to unregister a request or notification.

Constructors

new(id : String | Nil, method : String | Nil)
Source
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
method

The method to unregister for.

Source