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:



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

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

Instance Attribute Details

#modelString (readonly)

Returns the value of attribute model.

Returns:

  • (String)


452
453
454
# File 'sig/types.rbs', line 452

def model
  @model
end

#resultsArray[SearchResult] (readonly)

Returns the value of attribute results.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def results
  @results
end