enum

Command::Update

Inherits Enum < Comparable < Value < Object

Constants

Revoke = 0
Give = 1

Instance methods

give?

Returns true if this enum value equals Give

Source
revoke?

Returns true if this enum value equals Revoke

Source