class

LSP::RenameFileOptions

Inherits JSON::Serializable < LSP::Initializer < Reference < Object

Rename file options

Constructors

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

Instance methods

ignore_if_exists
Source
ignore_if_exists=(ignore_if_exists : Bool | Nil)
Source
overwrite

Overwrite target if existing. Overwrite wins over ignoreIfExists

Source
overwrite=(overwrite : Bool | Nil)

Overwrite target if existing. Overwrite wins over ignoreIfExists

Source