Class: OllamaAgent::Indexing::FileIndexer::IndexEntry
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Indexing::FileIndexer::IndexEntry
- Defined in:
- lib/ollama_agent/indexing/file_indexer.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
readonly
Returns the value of attribute language.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#symbols ⇒ Object
readonly
Returns the value of attribute symbols.
-
#tokens ⇒ Object
readonly
Returns the value of attribute tokens.
Instance Attribute Details
#language ⇒ Object (readonly)
Returns the value of attribute language
11 12 13 |
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11 def language @language end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path
11 12 13 |
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11 def relative_path @relative_path end |
#size ⇒ Object (readonly)
Returns the value of attribute size
11 12 13 |
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11 def size @size end |
#symbols ⇒ Object (readonly)
Returns the value of attribute symbols
11 12 13 |
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11 def symbols @symbols end |
#tokens ⇒ Object (readonly)
Returns the value of attribute tokens
11 12 13 |
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11 def tokens @tokens end |