Class: Vizcore::CLISupport::Doctor::Report
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::CLISupport::Doctor::Report
- Defined in:
- lib/vizcore/cli/doctor.rb
Instance Attribute Summary collapse
-
#checks ⇒ Object
Returns the value of attribute checks.
Instance Method Summary collapse
Instance Attribute Details
#checks ⇒ Object
Returns the value of attribute checks
24 25 26 |
# File 'lib/vizcore/cli/doctor.rb', line 24 def checks @checks end |
Instance Method Details
#failure? ⇒ Boolean
25 26 27 |
# File 'lib/vizcore/cli/doctor.rb', line 25 def failure? checks.any?(&:failure?) end |