Class: Insika::Parity::Criterion::Rule
- Inherits:
-
Data
- Object
- Data
- Insika::Parity::Criterion::Rule
- Defined in:
- lib/insika/parity/criterion.rb
Instance Attribute Summary collapse
-
#both_orders ⇒ Object
readonly
Returns the value of attribute both_orders.
-
#estimator ⇒ Object
readonly
Returns the value of attribute estimator.
-
#human_assisted ⇒ Object
readonly
Returns the value of attribute human_assisted.
-
#incomplete_rate_ceiling ⇒ Object
readonly
Returns the value of attribute incomplete_rate_ceiling.
-
#min_decided ⇒ Object
readonly
Returns the value of attribute min_decided.
-
#min_judge_models ⇒ Object
readonly
Returns the value of attribute min_judge_models.
-
#pairs_per_day ⇒ Object
readonly
Returns the value of attribute pairs_per_day.
-
#per_agent_min_decided ⇒ Object
readonly
Returns the value of attribute per_agent_min_decided.
-
#per_agent_win_or_tie_floor ⇒ Object
readonly
Returns the value of attribute per_agent_win_or_tie_floor.
-
#silent ⇒ Object
readonly
Returns the value of attribute silent.
-
#undecided_rate_ceiling ⇒ Object
readonly
Returns the value of attribute undecided_rate_ceiling.
-
#unit ⇒ Object
readonly
Returns the value of attribute unit.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
-
#win_or_tie_floor ⇒ Object
readonly
Returns the value of attribute win_or_tie_floor.
-
#window_days ⇒ Object
readonly
Returns the value of attribute window_days.
-
#worse_rate_ceiling ⇒ Object
readonly
Returns the value of attribute worse_rate_ceiling.
Instance Attribute Details
#both_orders ⇒ Object (readonly)
Returns the value of attribute both_orders
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def both_orders @both_orders end |
#estimator ⇒ Object (readonly)
Returns the value of attribute estimator
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def estimator @estimator end |
#human_assisted ⇒ Object (readonly)
Returns the value of attribute human_assisted
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def human_assisted @human_assisted end |
#incomplete_rate_ceiling ⇒ Object (readonly)
Returns the value of attribute incomplete_rate_ceiling
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def incomplete_rate_ceiling @incomplete_rate_ceiling end |
#min_decided ⇒ Object (readonly)
Returns the value of attribute min_decided
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def min_decided @min_decided end |
#min_judge_models ⇒ Object (readonly)
Returns the value of attribute min_judge_models
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def min_judge_models @min_judge_models end |
#pairs_per_day ⇒ Object (readonly)
Returns the value of attribute pairs_per_day
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def pairs_per_day @pairs_per_day end |
#per_agent_min_decided ⇒ Object (readonly)
Returns the value of attribute per_agent_min_decided
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def per_agent_min_decided @per_agent_min_decided end |
#per_agent_win_or_tie_floor ⇒ Object (readonly)
Returns the value of attribute per_agent_win_or_tie_floor
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def per_agent_win_or_tie_floor @per_agent_win_or_tie_floor end |
#silent ⇒ Object (readonly)
Returns the value of attribute silent
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def silent @silent end |
#undecided_rate_ceiling ⇒ Object (readonly)
Returns the value of attribute undecided_rate_ceiling
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def undecided_rate_ceiling @undecided_rate_ceiling end |
#unit ⇒ Object (readonly)
Returns the value of attribute unit
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def unit @unit end |
#version ⇒ Object (readonly)
Returns the value of attribute version
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def version @version end |
#win_or_tie_floor ⇒ Object (readonly)
Returns the value of attribute win_or_tie_floor
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def win_or_tie_floor @win_or_tie_floor end |
#window_days ⇒ Object (readonly)
Returns the value of attribute window_days
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def window_days @window_days end |
#worse_rate_ceiling ⇒ Object (readonly)
Returns the value of attribute worse_rate_ceiling
18 19 20 |
# File 'lib/insika/parity/criterion.rb', line 18 def worse_rate_ceiling @worse_rate_ceiling end |