class

LSP::DeleteFile

Inherits JSON::Serializable < LSP::Initializer < Reference < Object

Delete file operation

Constructors

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

Instance methods

options

Delete options.

Source
options=(options : DeleteFileOptions | Nil)

Delete options.

Source
uri

The file to delete.

Source
uri=(uri : String)

The file to delete.

Source