Class: OllamaAgent::Indexing::FileIndexer::IndexEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/ollama_agent/indexing/file_indexer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject (readonly)

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



11
12
13
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11

def language
  @language
end

#relative_pathObject (readonly)

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



11
12
13
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11

def relative_path
  @relative_path
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



11
12
13
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11

def size
  @size
end

#symbolsObject (readonly)

Returns the value of attribute symbols

Returns:

  • (Object)

    the current value of symbols



11
12
13
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11

def symbols
  @symbols
end

#tokensObject (readonly)

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



11
12
13
# File 'lib/ollama_agent/indexing/file_indexer.rb', line 11

def tokens
  @tokens
end