Module: Inch::API::Options::Suggest::DefaultAttributeValues
- Included in:
- Inch::API::Options::Suggest, CLI::Command::Options::Suggest
- Defined in:
- lib/inch/api/options/suggest.rb
Overview
This module is included here and in Command::Options::Suggest to ensure the same default values for the command-line and library interface
Constant Summary collapse
- DEFAULT_OBJECT_COUNT =
20
- DEFAULT_FILE_COUNT =
5
- DEFAULT_PROPER_GRADES =
[:A, :B]
- DEFAULT_GRADES_TO_DISPLAY =
[:B, :C, :U]
- DEFAULT_GRADE_WEIGHTS =
[0.2, 0.4, 0.4]
- DEFAULT_OBJECT_MIN_PRIORITY =
0
- DEFAULT_OBJECT_MAX_SCORE =
::Inch::Evaluation::Proxy::Base::MAX_SCORE