Class: Oxidized::HookManager::RegisteredHook

Inherits:
Struct
  • Object
show all
Defined in:
lib/oxidized/hook.rb

Overview

RegisteredHook is a container for a Hook instance

Instance Attribute Summary collapse

Instance Attribute Details

#hookObject

Returns the value of attribute hook



20
21
22
# File 'lib/oxidized/hook.rb', line 20

def hook
  @hook
end

#nameObject

Returns the value of attribute name



20
21
22
# File 'lib/oxidized/hook.rb', line 20

def name
  @name
end