Class: Wamupd::ActionType

Inherits:
Object
  • Object
show all
Defined in:
lib/wamupd/action.rb

Overview

Possible actions in the system. Essentially, an enum

Constant Summary collapse

ADD =
1
DELETE =
2
QUIT =
4