Class: YAIB::Responder

Inherits:
Object
  • Object
show all
Defined in:
lib/yaib/responder.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Responder

Returns a new instance of Responder.



3
4
5
6
# File 'lib/yaib/responder.rb', line 3

def initialize(config)
    @config = config
    config.log.info("Created new responder")
end