struct LSP::CancelParams

Included Modules

Defined in:

lsp/cancel.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : Int32 | String #

The request id to cancel.


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

The request id to cancel.


[View source]