Class: Woods::Retrieval::SearchExecutor::ExecutionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/woods/retrieval/search_executor.rb

Overview

The result of a search execution.

Instance Attribute Summary collapse

Instance Attribute Details

#candidatesObject

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



32
33
34
# File 'lib/woods/retrieval/search_executor.rb', line 32

def candidates
  @candidates
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



32
33
34
# File 'lib/woods/retrieval/search_executor.rb', line 32

def query
  @query
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



32
33
34
# File 'lib/woods/retrieval/search_executor.rb', line 32

def strategy
  @strategy
end