Method: Sentry::Cron::MonitorSchedule::Crontab#value
- Defined in:
- lib/sentry/cron/monitor_schedule.rb
#value ⇒ String
A crontab formatted string such as “0 * * * *”.
9 10 11 |
# File 'lib/sentry/cron/monitor_schedule.rb', line 9 def value @value end |