enum

Shards::Audit::OutputFormat

Inherits Enum < Comparable < Value < Object

Constants

Table = 0
Json = 1
Yaml = 2
Toml = 3
Sarif = 4

Instance methods

json?

Returns true if this enum value equals Json

Source
sarif?

Returns true if this enum value equals Sarif

Source
table?

Returns true if this enum value equals Table

Source
toml?

Returns true if this enum value equals Toml

Source
yaml?

Returns true if this enum value equals Yaml

Source