struct LSP::Registration
- LSP::Registration
- Struct
- Value
- Object
Overview
General parameters to register for a capability.
Included Modules
- JSON::Serializable
Defined in:
lsp/registration.crConstructors
Instance Method Summary
-
#id : String
The id used to register the request.
-
#id=(id : String)
The id used to register the request.
-
#method : String
The method / capability to register for.
-
#method=(method : String)
The method / capability to register for.
- #register_options : JSON::Any | Nil
- #register_options=(register_options : JSON::Any | Nil)
Constructor Detail
Instance Method Detail
def id : String
#
The id used to register the request. The id can be used to deregister the request again.
def id=(id : String)
#
The id used to register the request. The id can be used to deregister the request again.