LSP::RenameFileOptions
Inherits JSON::Serializable < LSP::Initializer < Reference < Object
Rename file options
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
ignore_if_exists
Sourceignore_if_exists=(ignore_if_exists : Bool | Nil)
Sourceoverwrite=(overwrite : Bool | Nil)
Overwrite target if existing. Overwrite wins over ignoreIfExists