struct

LSP::ShowDocumentResult

Inherits JSON::Serializable < Struct < Value < Object

The result of an show document request.

Constructors

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

Instance methods

success

A boolean indicating if the show was successful.

Source
success=(success : Bool)

A boolean indicating if the show was successful.

Source