Class: AocCli::PuzzleDirSyncLog

Inherits:
Kangaru::Model
  • Object
show all
Defined in:
lib/aoc_cli/models/puzzle_dir_sync_log.rb

Constant Summary collapse

STATUS_ENUM =
{ new: 0, unmodified: 1, modified: 2 }.freeze