class LSProtocol::VersionedNotebookDocumentIdentifier

Overview

A versioned notebook document identifier.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : URI | Nil, version : Int32 | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def uri : URI #

The notebook document's uri.


[View source]
def version : Int32 #

The version number of this notebook document.


[View source]