Class: Gruf::Hooks::Base
- Inherits:
-
Object
- Object
- Gruf::Hooks::Base
- Includes:
- Loggable
- Defined in:
- lib/gruf/hooks/base.rb
Overview
Base class for a hook that allows execution at various points of Gruf server processes
Instance Method Summary collapse
-
#initialize(options: nil) ⇒ Base
constructor
A new instance of Base.
Methods included from Loggable
Constructor Details
#initialize(options: nil) ⇒ Base
Returns a new instance of Base.
29 30 31 |
# File 'lib/gruf/hooks/base.rb', line 29 def initialize(options: nil) @options = || {} end |