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
20 21 22 |
# File 'lib/oxidized/hook.rb', line 20 def hook @hook end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/oxidized/hook.rb', line 20 def name @name end |