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
70 71 72 |
# File 'lib/sentry/cron/monitor_check_ins.rb', line 70 def self.included(base) base.extend(ClassMethods) end |