Class: RailVerdict::Repair::Verifier::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/repair/verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completion_statusObject

Returns the value of attribute completion_status

Returns:

  • (Object)

    the current value of completion_status



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def completion_status
  @completion_status
end

#gateObject

Returns the value of attribute gate

Returns:

  • (Object)

    the current value of gate



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def gate
  @gate
end

#new_blocking_findingsObject

Returns the value of attribute new_blocking_findings

Returns:

  • (Object)

    the current value of new_blocking_findings



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def new_blocking_findings
  @new_blocking_findings
end

#overall_statusObject

Returns the value of attribute overall_status

Returns:

  • (Object)

    the current value of overall_status



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def overall_status
  @overall_status
end

#regressedObject

Returns the value of attribute regressed

Returns:

  • (Object)

    the current value of regressed



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def regressed
  @regressed
end

#target_statusObject

Returns the value of attribute target_status

Returns:

  • (Object)

    the current value of target_status



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def target_status
  @target_status
end

#verification_boundary_changedObject

Returns the value of attribute verification_boundary_changed

Returns:

  • (Object)

    the current value of verification_boundary_changed



6
7
8
# File 'lib/rail_verdict/repair/verifier.rb', line 6

def verification_boundary_changed
  @verification_boundary_changed
end