Class: Kaisoku::Evaluator::Replay::Result
- Inherits:
-
Struct
- Object
- Struct
- Kaisoku::Evaluator::Replay::Result
- Defined in:
- lib/kaisoku/evaluator/replay.rb
Instance Attribute Summary collapse
-
#apfd ⇒ Object
Returns the value of attribute apfd.
-
#changed_files ⇒ Object
Returns the value of attribute changed_files.
-
#commit ⇒ Object
Returns the value of attribute commit.
-
#fallback ⇒ Object
Returns the value of attribute fallback.
-
#full_status ⇒ Object
Returns the value of attribute full_status.
-
#full_time ⇒ Object
Returns the value of attribute full_time.
-
#precision ⇒ Object
Returns the value of attribute precision.
-
#safety_violations ⇒ Object
Returns the value of attribute safety_violations.
-
#selected_count ⇒ Object
Returns the value of attribute selected_count.
-
#selected_status ⇒ Object
Returns the value of attribute selected_status.
-
#selected_time ⇒ Object
Returns the value of attribute selected_time.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Attribute Details
#apfd ⇒ Object
Returns the value of attribute apfd
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def apfd @apfd end |
#changed_files ⇒ Object
Returns the value of attribute changed_files
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def changed_files @changed_files end |
#commit ⇒ Object
Returns the value of attribute commit
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def commit @commit end |
#fallback ⇒ Object
Returns the value of attribute fallback
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def fallback @fallback end |
#full_status ⇒ Object
Returns the value of attribute full_status
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def full_status @full_status end |
#full_time ⇒ Object
Returns the value of attribute full_time
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def full_time @full_time end |
#precision ⇒ Object
Returns the value of attribute precision
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def precision @precision end |
#safety_violations ⇒ Object
Returns the value of attribute safety_violations
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def safety_violations @safety_violations end |
#selected_count ⇒ Object
Returns the value of attribute selected_count
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def selected_count @selected_count end |
#selected_status ⇒ Object
Returns the value of attribute selected_status
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def selected_status @selected_status end |
#selected_time ⇒ Object
Returns the value of attribute selected_time
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def selected_time @selected_time end |
#total_count ⇒ Object
Returns the value of attribute total_count
11 12 13 |
# File 'lib/kaisoku/evaluator/replay.rb', line 11 def total_count @total_count end |