Module: Sentry::Cron::MonitorCheckIns
- Defined in:
- lib/sentry/cron/monitor_check_ins.rb
Defined Under Namespace
Modules: ClassMethods, Patch
Constant Summary collapse
- MAX_SLUG_LENGTH =
50
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
72 73 74 |
# File 'lib/sentry/cron/monitor_check_ins.rb', line 72 def self.included(base) base.extend(ClassMethods) end |