Class: Kaisoku::Evaluator::Replay::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kaisoku/evaluator/replay.rb

Instance Attribute Summary collapse

Instance Attribute Details

#apfdObject

Returns the value of attribute apfd

Returns:

  • (Object)

    the current value of apfd



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def apfd
  @apfd
end

#changed_filesObject

Returns the value of attribute changed_files

Returns:

  • (Object)

    the current value of changed_files



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def changed_files
  @changed_files
end

#commitObject

Returns the value of attribute commit

Returns:

  • (Object)

    the current value of commit



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def commit
  @commit
end

#fallbackObject

Returns the value of attribute fallback

Returns:

  • (Object)

    the current value of fallback



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def fallback
  @fallback
end

#full_statusObject

Returns the value of attribute full_status

Returns:

  • (Object)

    the current value of full_status



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def full_status
  @full_status
end

#full_timeObject

Returns the value of attribute full_time

Returns:

  • (Object)

    the current value of full_time



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def full_time
  @full_time
end

#precisionObject

Returns the value of attribute precision

Returns:

  • (Object)

    the current value of precision



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def precision
  @precision
end

#safety_violationsObject

Returns the value of attribute safety_violations

Returns:

  • (Object)

    the current value of safety_violations



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def safety_violations
  @safety_violations
end

#selected_countObject

Returns the value of attribute selected_count

Returns:

  • (Object)

    the current value of selected_count



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def selected_count
  @selected_count
end

#selected_statusObject

Returns the value of attribute selected_status

Returns:

  • (Object)

    the current value of selected_status



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def selected_status
  @selected_status
end

#selected_timeObject

Returns the value of attribute selected_time

Returns:

  • (Object)

    the current value of selected_time



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def selected_time
  @selected_time
end

#total_countObject

Returns the value of attribute total_count

Returns:

  • (Object)

    the current value of total_count



11
12
13
# File 'lib/kaisoku/evaluator/replay.rb', line 11

def total_count
  @total_count
end