enum

Hyoki::Document::ReportFormat

Inherits Enum < Comparable < Value < Object

Constants

Text = 0
Markdown = 1
TSV = 2

Instance methods

markdown?

Returns true if this enum value equals Markdown

Source
text?

Returns true if this enum value equals Text

Source
tsv?

Returns true if this enum value equals TSV

Source