Method: Sentry::Cron::MonitorSchedule::Interval#unit

Defined in:
lib/sentry/cron/monitor_schedule.rb

#unitSymbol

The unit representing duration of the interval.

Returns:

  • (Symbol)
[View source]

27
28
29
# File 'lib/sentry/cron/monitor_schedule.rb', line 27

def unit
  @unit
end