struct LSP::PublishDiagnosticsParams
- LSP::PublishDiagnosticsParams
- Struct
- Value
- Object
Included Modules
Defined in:
notifications/diagnostics/publish_diagnostics.crConstructors
Instance Method Summary
-
#diagnostics : Array(Diagnostic)
An array of diagnostic information items.
-
#diagnostics=(diagnostics : Array(Diagnostic))
An array of diagnostic information items.
-
#uri : String
The URI for which diagnostic information is reported.
-
#uri=(uri : String)
The URI for which diagnostic information is reported.
-
#version : Int32?
Optional: the version number of the document the diagnostics are published for.
-
#version=(version : Int32?)
Optional: the version number of the document the diagnostics are published for.
Constructor Detail
Instance Method Detail
def version : Int32?
#
Optional: the version number of the document the diagnostics are published for.
def version=(version : Int32?)
#
Optional: the version number of the document the diagnostics are published for.