enum

Elasticsearch::Documents::Refresh

Inherits Enum < Comparable < Value < Object

Constants

TRUE = 0
FALSE = 1
WAIT_FOR = 2

Instance methods

false?

Returns true if this enum value equals FALSE

Source
true?

Returns true if this enum value equals TRUE

Source
wait_for?

Returns true if this enum value equals WAIT_FOR

Source