class LSProtocol::CreateFileOptions
- LSProtocol::CreateFileOptions
- Reference
- Object
Overview
Options to create a file.
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
Ignore if exists.
-
#overwrite : Bool | Nil
Overwrite existing file.