Class: FlutterRb::CheckReportStatus
- Inherits:
-
Object
- Object
- FlutterRb::CheckReportStatus
- Defined in:
- lib/flutter_rb/report/check_report.rb
Overview
Represents the status of a check report.
Constant Summary collapse
- NORMAL =
Constant representing a normal status.
'normal'
- WARNING =
Constant representing a warning status.
'warning'
- ERROR =
Constant representing an error status.
'error'