Class: Bourdain::Checks::HooksCheck

Inherits:
Check show all
Defined in:
lib/bourdain/resources/checks/hooks.rb

Instance Attribute Summary

Attributes inherited from Resource

#opts, #raw_usage, #resource_name, #spec, #status

Instance Method Summary collapse

Methods inherited from Resource

log=, raw_usage, resource_name, usage

Constructor Details

#initialize(_) ⇒ HooksCheck

Returns a new instance of HooksCheck.



11
12
13
14
15
# File 'lib/bourdain/resources/checks/hooks.rb', line 11

def initialize _
  super []
  return unless require_chef!
  check_hooks!
end