class LSProtocol::RenameFileOptions
- LSProtocol::RenameFileOptions
- Reference
- Object
Overview
Rename file options
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(ignore_if_exists : Bool | Nil = nil, overwrite : Bool | Nil = nil)
Instance Method Summary
-
#ignore_if_exists : Bool | Nil
Ignores if target exists.
-
#overwrite : Bool | Nil
Overwrite target if existing.