struct LSP::VersionedNotebookDocumentIdentifier
- LSP::VersionedNotebookDocumentIdentifier
- Struct
- Value
- Object
Overview
A versioned notebook document identifier.
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_document.crConstructors
Instance Method Summary
-
#uri : String
The notebook document's uri.
-
#uri=(uri : String)
The notebook document's uri.
-
#version : Int32
The version number of this notebook document.
-
#version=(version : Int32)
The version number of this notebook document.