Class: RailVerdict::Doctor::Outcome

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

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



7
8
9
# File 'lib/rail_verdict/doctor.rb', line 7

def exit_code
  @exit_code
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



7
8
9
# File 'lib/rail_verdict/doctor.rb', line 7

def report
  @report
end