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:



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

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

Instance Attribute Details

#modelString (readonly)

Returns the value of attribute model.

Returns:

  • (String)


465
466
467
# File 'sig/types.rbs', line 465

def model
  @model
end

#resultsArray[SearchResult] (readonly)

Returns the value of attribute results.

Returns:



464
465
466
# File 'sig/types.rbs', line 464

def results
  @results
end