enum

Shellmin::StateManager::Format

Inherits Enum < Comparable < Value < Object

State file format enumeration

Constants

JSON = 0
YAML = 1

Instance methods

json?

Returns true if this enum value equals JSON

Source
yaml?

Returns true if this enum value equals YAML

Source