class LSProtocol::DeleteFile

Overview

Delete file operation

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : String | Nil, uri : URI | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil, options : DeleteFileOptions | Nil = nil) #

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

[View source]

Instance Method Detail

def annotation_id : ChangeAnnotationIdentifier | Nil #

[View source]
def kind : String #

A delete


[View source]
def options : DeleteFileOptions | Nil #

Delete options.


[View source]
def uri : URI #

The file to delete.


[View source]