class

LSProtocol::ShowDocumentResult

Inherits JSON::Serializable / Reference / Object

The result of a showDocument request.

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(success : Bool | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

success

A boolean indicating if the show was successful.

Source