class

LSProtocol::FileRename

Inherits JSON::Serializable / Reference / Object

Represents information on a file/folder rename.

@since 3.16.0

Constructors

new(new_uri : String | Nil, old_uri : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

new_uri

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

Source
old_uri

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

Source