struct

LSP::UnregistrationParams

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

unregisterations

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.

Source
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.

Source