class Esearch::Indices

Handler for set of indices

Attributes

connection[R]

Return connection

@return [Connection]

@api private

Public Instance Methods

path() click to toggle source

Return path

@return [Pathname]

@api private

# File lib/esearch/indices.rb, line 23
def path
  Pathname.new("/#{names.join(',')}")
end