struct LSP::DiagnosticRelatedInformation
- LSP::DiagnosticRelatedInformation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/diagnostic_related_information.crConstructors
Instance Method Summary
-
#location : Location
The location of this related diagnostic information.
-
#location=(location : Location)
The location of this related diagnostic information.
-
#message : String
The message of this related diagnostic information.
-
#message=(message : String)
The message of this related diagnostic information.
Constructor Detail
Instance Method Detail
The location of this related diagnostic information.