Class: Woods::Retrieval::SearchExecutor::ExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Woods::Retrieval::SearchExecutor::ExecutionResult
- Defined in:
- lib/woods/retrieval/search_executor.rb
Overview
The result of a search execution.
Instance Attribute Summary collapse
-
#candidates ⇒ Object
Returns the value of attribute candidates.
-
#query ⇒ Object
Returns the value of attribute query.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#candidates ⇒ Object
Returns the value of attribute candidates
32 33 34 |
# File 'lib/woods/retrieval/search_executor.rb', line 32 def candidates @candidates end |
#query ⇒ Object
Returns the value of attribute query
32 33 34 |
# File 'lib/woods/retrieval/search_executor.rb', line 32 def query @query end |
#strategy ⇒ Object
Returns the value of attribute strategy
32 33 34 |
# File 'lib/woods/retrieval/search_executor.rb', line 32 def strategy @strategy end |