struct

LSP::DiagnosticRelatedInformation

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

location

The location of this related diagnostic information.

Source
location=(location : Location)

The location of this related diagnostic information.

Source
message

The message of this related diagnostic information.

Source
message=(message : String)

The message of this related diagnostic information.

Source