struct LSP::Registration

Overview

General parameters to register for a capability.

Included Modules

Defined in:

lsp/registration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

The id used to register the request. The id can be used to deregister the request again.


[View source]
def id=(id : String) #

The id used to register the request. The id can be used to deregister the request again.


[View source]
def method : String #

The method / capability to register for.


[View source]
def method=(method : String) #

The method / capability to register for.


[View source]
def register_options : JSON::Any | Nil #

[View source]
def register_options=(register_options : JSON::Any | Nil) #

[View source]