enum

Klaxon::NotificationCondition::Condition

Inherits Enum < Comparable < Value < Object

Constants

Recovered = 0
Failed = 1

Instance methods

failed?

Returns true if this enum value equals Failed

Source
recovered?

Returns true if this enum value equals Recovered

Source