enum

Shellmin::ConfigManager::ConfigFormat

Inherits Enum < Comparable < Value < Object

Configuration format support

Constants

YAML = 0
JSON = 1
TOML = 2

Instance methods

json?

Returns true if this enum value equals JSON

Source
toml?

Returns true if this enum value equals TOML

Source
yaml?

Returns true if this enum value equals YAML

Source