class LSProtocol::DeleteFileOptions

Overview

Delete file options

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ignore_if_not_exists : Bool | Nil = nil, recursive : Bool | Nil = nil) #

[View source]

Instance Method Detail

def ignore_if_not_exists : Bool | Nil #

[View source]
def recursive : Bool | Nil #

Delete the content recursively if a folder is denoted.


[View source]