enum

TinrelayCodexBridge::Notifier::Cooldown

Inherits Enum < Comparable < Value < Object

Constants

OpenIt = 0
NotToday = 1

Instance methods

not_today?

Returns true if this enum value equals NotToday

Source
open_it?

Returns true if this enum value equals OpenIt

Source