class

LSProtocol::RenameFileOptions

Inherits JSON::Serializable / Reference / Object

Rename file options

Constructors

new(pull : JSON::PullParser)
Source
new(ignore_if_exists : Bool | Nil = nil, overwrite : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ignore_if_exists

Ignores if target exists.

Source
overwrite

Overwrite target if existing. Overwrite wins over ignoreIfExists

Source