class Sentry::Cron::MonitorSchedule::Interval

def initialize(value, unit)

def initialize(value, unit)
  @value = value
  @unit = unit
end

def to_h

def to_h
  { type: :interval, value: value, unit: unit }
end