Sha256: 3897e0c1fe26ec0b049cde149a156a061528bfea49ad3ceae3ca14c6e443b11d
Contents?: true
Size: 554 Bytes
Versions: 10
Compression:
Stored size: 554 Bytes
Contents
# Licensed to Elasticsearch B.V under one or more agreements. # Elasticsearch B.V licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information module Elasticsearch module XPack module API module Graph module Actions; end class GraphClient include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, Graph::Actions end def graph @graph ||= GraphClient.new(self) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems