Class: QbertBot::Core::Healthcheck

Inherits:
Object
  • Object
show all
Includes:
Plugin
Defined in:
lib/qbert_bot/core/healthcheck.rb

Instance Attribute Summary

Attributes included from Plugin

#bot, #router, #scheduler, #slack

Instance Method Summary collapse

Methods included from Plugin

#help, included, plugins

Instance Method Details

#registerObject



6
7
8
9
10
# File 'lib/qbert_bot/core/healthcheck.rb', line 6

def register
  router.get('ping') do
    'pong'
  end
end