Class: Utils::ConfigFile::Classify
- Inherits:
-
BlockConfig
- Object
- BlockConfig
- Utils::ConfigFile::Classify
- 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
-
#shift_path_by_default ⇒ Integer
The shift_path_by_default method configuration accessor.
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_default ⇒ Integer
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.
750 |
# File 'lib/utils/config_file.rb', line 750 config :shift_path_by_default, 0 |