Method: Esearch::Indices#path
- Defined in:
- lib/esearch/indices.rb
#path ⇒ Pathname
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.
Return path
23 24 25 |
# File 'lib/esearch/indices.rb', line 23 def path Pathname.new("/#{names.join(',')}") end |