Sha256: a02bd003f58b585c0942cbdf6901f2527bfb55f2ee1629364304963542e0f51c
Contents?: true
Size: 383 Bytes
Versions: 21
Compression:
Stored size: 383 Bytes
Contents
module Elasticsearch module API module Actions # Return simple information about the cluster (name, version). # # @see http://elasticsearch.org/guide/ # def info(arguments={}) method = 'GET' path = "" params = {} body = nil perform_request(method, path, params, body).body end end end end
Version data entries
21 entries across 21 versions & 1 rubygems