Module: Elasticsearch::API::Graph
- Defined in:
- lib/elasticsearch/api/namespace/graph.rb,
lib/elasticsearch/api/actions/graph/explore.rb
Defined Under Namespace
Modules: Actions Classes: GraphClient
Instance Method Summary collapse
-
#graph ⇒ Object
Proxy method for GraphClient, available in the receiving object.
Instance Method Details
#graph ⇒ Object
Proxy method for GraphClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/graph.rb', line 31 def graph @graph ||= GraphClient.new(self) end |