LSP::FileRename
Inherits JSON::Serializable < Struct < Value < Object
Represents information on a file/folder rename.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
new_uri=(new_uri : String)
A file:// URI for the new location of the file/folder being renamed.
old_uri=(old_uri : String)
A file:// URI for the original location of the file/folder being renamed.