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

Version Path
elasticsearch-xpack-6.8.3 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.7.0 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-6.8.2 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.7.0.pre lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.6.0 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.6.0.pre lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.5.0 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.5.0.pre.pre lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.4.0 lib/elasticsearch/xpack/api/namespace/graph.rb
elasticsearch-xpack-7.3.0 lib/elasticsearch/xpack/api/namespace/graph.rb