struct LSP::Unregistration
- LSP::Unregistration
- Struct
- Value
- Object
Overview
General parameters to unregister a capability.
Included Modules
- JSON::Serializable
Defined in:
lsp/registration.crConstructors
Instance Method Summary
-
#id : String
The id used to unregister the request or notification.
-
#id=(id : String)
The id used to unregister the request or notification.
-
#method : String
The method / capability to unregister for.
-
#method=(method : String)
The method / capability to unregister for.
Constructor Detail
Instance Method Detail
def id : String
#
The id used to unregister the request or notification. Usually an id provided during the register request.
def id=(id : String)
#
The id used to unregister the request or notification. Usually an id provided during the register request.