Class: Qdrant::Client::RequestData
- Inherits:
-
Struct
- Object
- Struct
- Qdrant::Client::RequestData
- Defined in:
- lib/qdrant/client/request.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/qdrant/client/request.rb', line 9 def body @body end |
#params ⇒ Object
Returns the value of attribute params
9 10 11 |
# File 'lib/qdrant/client/request.rb', line 9 def params @params end |