enum

Codespan::Reporting::LabelStyle

Inherits Enum < Comparable < Value < Object

Constants

Primary = 0
Secondary = 1

Instance methods

primary?

Returns true if this enum value equals Primary

Source
secondary?

Returns true if this enum value equals Secondary

Source