Module: Esearch::Mixin::Exist
Overview
Mixin for exist predicate
Instance Method Summary collapse
-
#exist? ⇒ true, false
private
Test if index does exist.
Instance Method Details
#exist? ⇒ true, false
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Test if index does exist
18 19 20 |
# File 'lib/esearch/mixin.rb', line 18 def exist? Command::Exist.run(self) end |