struct FilesToPrompt::ConcurrentFileFinder::FileResult

Overview

Represents a found file

Defined in:

concurrent_file_finder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, error : String | Nil = nil) #

[View source]

Instance Method Detail

def error : String | Nil #

[View source]
def error=(error : String | Nil) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def success? : Bool #

[View source]