struct LSP::UnregistrationParams
- LSP::UnregistrationParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/lifecycle/unregister.crConstructors
Instance Method Summary
-
#unregisterations : Array(Unregistration)
This should correctly be named
unregistrations. -
#unregisterations=(unregisterations : Array(Unregistration))
This should correctly be named
unregistrations.
Constructor Detail
Instance Method Detail
def unregisterations : Array(Unregistration)
#
This should correctly be named unregistrations. However changing this
is a breaking change and needs to wait until we deliver a 4.x version
of the specification.
def unregisterations=(unregisterations : Array(Unregistration))
#
This should correctly be named unregistrations. However changing this
is a breaking change and needs to wait until we deliver a 4.x version
of the specification.