enum

Domo::Output

Inherits Enum < Comparable < Value < Object

Constants

TEXT = 0
JSON = 1

Instance methods

json?

Returns true if this enum value equals JSON

Source
text?

Returns true if this enum value equals TEXT

Source