Class: Oxidized::HookManager::RegisteredHook
- Inherits:
-
Struct
- Object
- Struct
- Oxidized::HookManager::RegisteredHook
- Defined in:
- lib/oxidized/hook.rb
Overview
RegisteredHook is a container for a Hook instance
Instance Attribute Summary collapse
-
#hook ⇒ Object
Returns the value of attribute hook.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#hook ⇒ Object
Returns the value of attribute hook
24 25 26 |
# File 'lib/oxidized/hook.rb', line 24 def hook @hook end |
#name ⇒ Object
Returns the value of attribute name
24 25 26 |
# File 'lib/oxidized/hook.rb', line 24 def name @name end |