Class: OllamaAgent::Indexing::RepoScanner::FileEntry
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Indexing::RepoScanner::FileEntry
- Defined in:
- lib/ollama_agent/indexing/repo_scanner.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
readonly
Returns the value of attribute language.
-
#modified_at ⇒ Object
readonly
Returns the value of attribute modified_at.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#language ⇒ Object (readonly)
Returns the value of attribute language
56 57 58 |
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56 def language @language end |
#modified_at ⇒ Object (readonly)
Returns the value of attribute modified_at
56 57 58 |
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56 def modified_at @modified_at end |
#path ⇒ Object (readonly)
Returns the value of attribute path
56 57 58 |
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56 def path @path end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path
56 57 58 |
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56 def relative_path @relative_path end |
#size ⇒ Object (readonly)
Returns the value of attribute size
56 57 58 |
# File 'lib/ollama_agent/indexing/repo_scanner.rb', line 56 def size @size end |