struct

LSP::NotebookDocumentIdentifier

Inherits JSON::Serializable < Struct < Value < Object

A literal to identify a notebook document in the client.

Constructors

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

Instance methods

uri

The notebook document's uri.

Source
uri=(uri : String)

The notebook document's uri.

Source