Method: FluQ::Handler::Base#initialize
- Defined in:
- lib/fluq/handler/base.rb
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
25 26 27 28 |
# File 'lib/fluq/handler/base.rb', line 25 def initialize( = {}) @config = defaults.merge() @name = config[:name] || self.class.type end |