Class: Bourdain::Checks::HooksCheck
- 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
-
#initialize(_) ⇒ HooksCheck
constructor
A new instance of HooksCheck.
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 |