class LSProtocol::Unregistration

Overview

General parameters to unregister a request or notification.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String | Nil, method : String | Nil) #

[View source]
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 method : String #

The method to unregister for.


[View source]