struct FilesToPrompt::FileResult

Overview

Represents the result of processing a file

Defined in:

concurrent_processor.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def content : String | Nil #

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

[View source]
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]