Class: RailVerdict::Doctor::Outcome
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Doctor::Outcome
- Defined in:
- lib/rail_verdict/doctor.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#report ⇒ Object
Returns the value of attribute report.
Instance Attribute Details
#exit_code ⇒ Object
Returns the value of attribute exit_code
7 8 9 |
# File 'lib/rail_verdict/doctor.rb', line 7 def exit_code @exit_code end |
#report ⇒ Object
Returns the value of attribute report
7 8 9 |
# File 'lib/rail_verdict/doctor.rb', line 7 def report @report end |