enum

Superconf::Format

Inherits Enum < Comparable < Value < Object

Output format understood by Superconf.dump.

Constants

Yaml = 0
Json = 1
Env = 2
Pretty = 3
Report = 4

Instance methods

env?

Returns true if this enum value equals Env

Source
json?

Returns true if this enum value equals Json

Source
pretty?

Returns true if this enum value equals Pretty

Source
report?

Returns true if this enum value equals Report

Source
yaml?

Returns true if this enum value equals Yaml

Source