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, **options)
  new(MonitorSchedule::Crontab.new(crontab), **options)
end