class

LSProtocol::StaticRegistrationOptions

Inherits JSON::Serializable / Reference / Object

Static registration options to be returned in the initialize request.

Constructors

new(pull : JSON::PullParser)
Source
new(id : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

Source