class Sentry::Cron::MonitorSchedule::Crontab

def initialize(value)

def initialize(value)
  @value = value
end

def to_h

def to_h
  { type: :crontab, value: value }
end