enum

Codespan::Reporting::Term::DisplayStyle

Inherits Enum < Comparable < Value < Object

Constants

Rich = 0
Medium = 1
Short = 2

Instance methods

medium?

Returns true if this enum value equals Medium

Source
rich?

Returns true if this enum value equals Rich

Source
short?

Returns true if this enum value equals Short

Source