Class: Oxidized::Hook
- Inherits:
-
Object
- Object
- Oxidized::Hook
- Includes:
- SemanticLogger::Loggable
- Defined in:
- lib/oxidized/hook.rb
Overview
Hook abstract base class
Direct Known Subclasses
AwsSns, CiscoSparkDiff, Exec, GithubRepo, NoopHook, SlackDiff, XMPPDiff
Instance Attribute Summary collapse
-
#cfg ⇒ Object
Returns the value of attribute cfg.
Instance Method Summary collapse
Instance Attribute Details
#cfg ⇒ Object
Returns the value of attribute cfg.
74 75 76 |
# File 'lib/oxidized/hook.rb', line 74 def cfg @cfg end |
Instance Method Details
#run_hook(_ctx) ⇒ Object
81 82 83 |
# File 'lib/oxidized/hook.rb', line 81 def run_hook(_ctx) raise NotImplementedError end |