class LSP::CreateFileOptions
- LSP::CreateFileOptions
- Reference
- Object
Overview
Options to create a file.
Included Modules
- JSON::Serializable
- LSP::Initializer
Defined in:
base/file_resource_changes.crConstructors
Instance Method Summary
- #ignore_if_exists : Bool | Nil
- #ignore_if_exists=(ignore_if_exists : Bool | Nil)
-
#overwrite : Bool | Nil
Overwrite existing file.
-
#overwrite=(overwrite : Bool | Nil)
Overwrite existing file.
Constructor Detail
Instance Method Detail
def overwrite=(overwrite : Bool | Nil)
#
Overwrite existing file. Overwrite wins over ignoreIfExists