struct LSP::Unregistration

Overview

General parameters to unregister 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 unregister the request or notification. Usually an id provided during the register request.


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

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


[View source]
def method : String #

The method / capability to unregister for.


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

The method / capability to unregister for.


[View source]