Class: Weaviate::Nodes
Constant Summary collapse
- PATH =
"nodes"
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Weaviate::Base
Instance Method Details
#list ⇒ Object
7 8 9 10 |
# File 'lib/weaviate/nodes.rb', line 7 def list response = client.connection.get(PATH) response.body end |