Class: BBK::App::Processors::Pong

Inherits:
Base
  • Object
show all
Defined in:
lib/bbk/app/processors/pong.rb

Instance Attribute Summary

Attributes inherited from Base

#logger

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize, #rule

Constructor Details

This class inherits a constructor from BBK::App::Processors::Base

Instance Method Details

#processObject



8
9
10
# File 'lib/bbk/app/processors/pong.rb', line 8

def process(*)
  logger.debug 'Process Pong message'
end