Class: LiterLlm::SearchResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSearchResponse

Returns a new instance of SearchResponse.

Parameters:



784
# File 'sig/types.rbs', line 784

def initialize: (results: Array[SearchResult], model: String) -> void

Instance Attribute Details

#modelString (readonly)

Returns the value of attribute model.

Returns:

  • (String)


782
783
784
# File 'sig/types.rbs', line 782

def model
  @model
end

#resultsArray[SearchResult] (readonly)

Returns the value of attribute results.

Returns:



781
782
783
# File 'sig/types.rbs', line 781

def results
  @results
end