struct

LSP::FileDelete

Inherits JSON::Serializable < Struct < Value < Object

Represents information on a file/folder delete.

Constructors

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

Instance methods

uri

A file:// URI for the location of the file/folder being deleted.

Source
uri=(uri : String)

A file:// URI for the location of the file/folder being deleted.

Source