struct LSP::DiagnosticRelatedInformation

Included Modules

Defined in:

lsp/protocol/diagnostic_related_information.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def location : Location #

The location of this related diagnostic information.


[View source]
def location=(location : Location) #

The location of this related diagnostic information.


[View source]
def message : String #

The message of this related diagnostic information.


[View source]
def message=(message : String) #

The message of this related diagnostic information.


[View source]