Class: Vizcore::CLISupport::PluginChecker::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/vizcore/cli/plugin_checker.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#checksObject

Returns the value of attribute checks

Returns:

  • (Object)

    the current value of checks



16
17
18
# File 'lib/vizcore/cli/plugin_checker.rb', line 16

def checks
  @checks
end

Instance Method Details

#failure?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/vizcore/cli/plugin_checker.rb', line 17

def failure?
  checks.any?(&:failure?)
end