enum

ReQL::Durability

Inherits Enum / Comparable / Value / Object

Constants

Hard = 0
Soft = 1
Minimal = 2

Instance methods

hard?

Returns true if this enum value equals Hard

Source
minimal?

Returns true if this enum value equals Minimal

Source
soft?

Returns true if this enum value equals Soft

Source