Class: Qdrant::Client::RequestData

Inherits:
Struct
  • Object
show all
Defined in:
lib/qdrant/client/request.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



9
10
11
# File 'lib/qdrant/client/request.rb', line 9

def body
  @body
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



9
10
11
# File 'lib/qdrant/client/request.rb', line 9

def params
  @params
end