enum

Patty::Services::Status

Inherits Enum < Comparable < Value < Object

Constants

Running = 0
Stopped = 1
Unknown = 2
NotFound = 3

Instance methods

label
Source
not_found?

Returns true if this enum value equals NotFound

Source
running?

Returns true if this enum value equals Running

Source
stopped?

Returns true if this enum value equals Stopped

Source
unknown?

Returns true if this enum value equals Unknown

Source