class Sentry::Cron::MonitorSchedule::Crontab

def initialize(value)

def initialize(value)
  @value = value
end

def to_hash

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