module Elasticsearch::API::Graph
Public Instance Methods
graph()
click to toggle source
Proxy method for {GraphClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/graph.rb, line 31 def graph @graph ||= GraphClient.new(self) end