Method: Esearch::Type#path
- Defined in:
- lib/esearch/type.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
35 36 37 |
# File 'lib/esearch/type.rb', line 35 def path es_index.path.join(name) end |