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:



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

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

Instance Attribute Details

#modelString (readonly)

Returns the value of attribute model.

Returns:

  • (String)


455
456
457
# File 'sig/types.rbs', line 455

def model
  @model
end

#resultsArray[SearchResult] (readonly)

Returns the value of attribute results.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def results
  @results
end