struct

LSP::FileRename

Inherits JSON::Serializable < Struct < Value < Object

Represents information on a file/folder rename.

Constructors

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
new_uri=(new_uri : String)

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
old_uri=(old_uri : String)

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

Source