enum

Cryflare::Zone::Status

Inherits Enum / Comparable / Value / Object

Constants

Active = 0
Pending = 1
Initializing = 2
Moved = 3
Deleted = 4
Deactivated = 5

Instance methods

active?

Returns true if this enum value equals Active

Source
deactivated?

Returns true if this enum value equals Deactivated

Source
deleted?

Returns true if this enum value equals Deleted

Source
initializing?

Returns true if this enum value equals Initializing

Source
moved?

Returns true if this enum value equals Moved

Source
pending?

Returns true if this enum value equals Pending

Source