Class: Utils::ConfigFile::Classify

Inherits:
BlockConfig show all
Defined in:
lib/utils/config_file.rb

Overview

A configuration class for file classification settings.

This class manages the configuration options related to classifying files by type or category. It provides functionality to define path shifting behavior and prefix handling for determining how file paths should be categorized during classification operations.

Instance Method Summary collapse

Methods inherited from BlockConfig

config, inherited, #initialize, #to_ruby

Constructor Details

This class inherits a constructor from Utils::ConfigFile::BlockConfig

Instance Method Details

#shift_path_by_defaultInteger

The shift_path_by_default method configuration accessor

This method provides access to the shift_path_by_default configuration setting which determines the default path shifting value used in various operations.

Returns:

  • (Integer)

    the default path shifting value configured for the system



750
# File 'lib/utils/config_file.rb', line 750

config :shift_path_by_default, 0