Class: Woods::Retrieval::AssembledContext
- Inherits:
-
Struct
- Object
- Struct
- Woods::Retrieval::AssembledContext
- Defined in:
- lib/woods/retrieval/context_assembler.rb
Overview
Result of context assembly.
Instance Attribute Summary collapse
-
#budget ⇒ Object
Returns the value of attribute budget.
-
#context ⇒ Object
Returns the value of attribute context.
-
#sections ⇒ Object
Returns the value of attribute sections.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#tokens_used ⇒ Object
Returns the value of attribute tokens_used.
Instance Attribute Details
#budget ⇒ Object
Returns the value of attribute budget
366 367 368 |
# File 'lib/woods/retrieval/context_assembler.rb', line 366 def budget @budget end |
#context ⇒ Object
Returns the value of attribute context
366 367 368 |
# File 'lib/woods/retrieval/context_assembler.rb', line 366 def context @context end |
#sections ⇒ Object
Returns the value of attribute sections
366 367 368 |
# File 'lib/woods/retrieval/context_assembler.rb', line 366 def sections @sections end |
#sources ⇒ Object
Returns the value of attribute sources
366 367 368 |
# File 'lib/woods/retrieval/context_assembler.rb', line 366 def sources @sources end |
#tokens_used ⇒ Object
Returns the value of attribute tokens_used
366 367 368 |
# File 'lib/woods/retrieval/context_assembler.rb', line 366 def tokens_used @tokens_used end |