struct

LSP::VersionedNotebookDocumentIdentifier

Inherits JSON::Serializable < Struct < Value < Object

A versioned notebook document identifier.

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
version

The version number of this notebook document.

Source
version=(version : Int32)

The version number of this notebook document.

Source