Top Level Namespace

Includes:
Hookit::Hook

Defined Under Namespace

Modules: Hookit

Constant Summary collapse

MODULE_DIR =
$MODULE_DIR || ENV['MODULE_DIR'] || module_dir
LOG_LEVEL =
$LOG_LEVEL || ENV['LOG_LEVEL'] || :error
LOGFILE =
$LOGFILE || ENV['LOGFILE'] || '/var/log/hookit/hookit.log'

Method Summary

Methods included from Hookit::Hook

#converge, #db, #detect_platform, #dict, #get, #log, #logger, #method_missing, #parse_payload, #payload, #platform, #registry, #set

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Hookit::Hook