Class: Vizcore::CLISupport::PluginChecker::Report
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::CLISupport::PluginChecker::Report
- Defined in:
- lib/vizcore/cli/plugin_checker.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
16 17 18 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 16 def checks @checks end |
Instance Method Details
#failure? ⇒ Boolean
17 18 19 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 17 def failure? checks.any?(&:failure?) end |