enum

Crul::Format

Inherits Enum / Comparable / Value / Object

Constants

Auto = 0
XML = 1
JSON = 2
Plain = 3

Instance methods

auto?

Returns true if this enum value equals Auto

json?

Returns true if this enum value equals JSON

plain?

Returns true if this enum value equals Plain

xml?

Returns true if this enum value equals XML