Class: LiterLlm::SearchResponse
- Inherits:
-
Object
- Object
- LiterLlm::SearchResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#model ⇒ String
readonly
Returns the value of attribute model.
-
#results ⇒ Array[SearchResult]
readonly
Returns the value of attribute results.
Instance Method Summary collapse
-
#initialize ⇒ SearchResponse
constructor
A new instance of SearchResponse.
Constructor Details
#initialize ⇒ SearchResponse
Returns a new instance of SearchResponse.
467 |
# File 'sig/types.rbs', line 467
def initialize: (results: Array[SearchResult], model: String) -> void
|
Instance Attribute Details
#model ⇒ String (readonly)
Returns the value of attribute model.
465 466 467 |
# File 'sig/types.rbs', line 465 def model @model end |
#results ⇒ Array[SearchResult] (readonly)
Returns the value of attribute results.
464 465 466 |
# File 'sig/types.rbs', line 464 def results @results end |