Class: Qdrant::Base
- Inherits:
-
Object
- Object
- Qdrant::Base
- Defined in:
- lib/qdrant/base.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Base
constructor
A new instance of Base.
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
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/qdrant/base.rb', line 5 def client @client end |