Class: OllamaAgent::Indexing::RepoScanner::FileEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject (readonly)

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



56
57
58
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56

def language
  @language
end

#modified_atObject (readonly)

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



56
57
58
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56

def modified_at
  @modified_at
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



56
57
58
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56

def path
  @path
end

#relative_pathObject (readonly)

Returns the value of attribute relative_path

Returns:

  • (Object)

    the current value of relative_path



56
57
58
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56

def relative_path
  @relative_path
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



56
57
58
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56

def size
  @size
end