Class: Qdrant::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/qdrant/base.rb

Direct Known Subclasses

Aliases, Clusters, Collections, Points, Service, Snapshots

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/qdrant/base.rb', line 7

def initialize(client:)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



5
6
7
# File 'lib/qdrant/base.rb', line 5

def client
  @client
end