Class: Metacrunch::Elasticsearch::Cli::ListIndices
- Inherits:
-
Command
- Object
- Command
- Metacrunch::Elasticsearch::Cli::ListIndices
- Defined in:
- lib/metacrunch/elasticsearch/cli/list_indices.rb
Instance Method Summary collapse
- #call ⇒ Object (also: #perform)
Instance Method Details
#call ⇒ Object Also known as: perform
5 6 7 |
# File 'lib/metacrunch/elasticsearch/cli/list_indices.rb', line 5 def call puts indices end |