Class: BBK::App::Processors::Pong
- Defined in:
- lib/bbk/app/processors/pong.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BBK::App::Processors::Base
Instance Method Details
#process ⇒ Object
8 9 10 |
# File 'lib/bbk/app/processors/pong.rb', line 8 def process(*) logger.debug 'Process Pong message' end |