Method: Rundock::HookFactory#initialize

Defined in:
lib/rundock/hook_factory.rb

#initialize(type) ⇒ HookFactory

Returns a new instance of HookFactory.



9
10
11
# File 'lib/rundock/hook_factory.rb', line 9

def initialize(type)
  @type = type
end