struct FilesToPrompt::FileJob

Overview

Represents a file processing job

Defined in:

concurrent_processor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, config : ProcessingConfig) #

[View source]

Instance Method Detail

def config : ProcessingConfig #

[View source]
def config=(config : ProcessingConfig) #

[View source]
def path : String #

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

[View source]