Class: Qdrant::Client::Response
- Inherits:
-
Struct
- Object
- Struct
- Qdrant::Client::Response
- Defined in:
- lib/qdrant/client/response.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/qdrant/client/response.rb', line 7 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers
7 8 9 |
# File 'lib/qdrant/client/response.rb', line 7 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/qdrant/client/response.rb', line 7 def status @status end |