Method: Sentry::Cron::MonitorConfig.from_crontab
- Defined in:
- lib/sentry/cron/monitor_config.rb
.from_crontab(crontab, **options) ⇒ Object
33 34 35 |
# File 'lib/sentry/cron/monitor_config.rb', line 33 def self.from_crontab(crontab, **) new(MonitorSchedule::Crontab.new(crontab), **) end |