class LSP::CreateFileOptions

Overview

Options to create a file.

Included Modules

Defined in:

base/file_resource_changes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

Instance Method Detail

def ignore_if_exists : Bool? #

def ignore_if_exists=(ignore_if_exists : Bool?) #

def overwrite : Bool? #

Overwrite existing file. Overwrite wins over ignoreIfExists


def overwrite=(overwrite : Bool?) #

Overwrite existing file. Overwrite wins over ignoreIfExists