Class: OllamaAgent::Indexing::DiffSummarizer::FileDiff
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Indexing::DiffSummarizer::FileDiff
- Defined in:
- lib/ollama_agent/indexing/diff_summarizer.rb
Instance Attribute Summary collapse
-
#additions ⇒ Object
readonly
Returns the value of attribute additions.
-
#deletions ⇒ Object
readonly
Returns the value of attribute deletions.
-
#hunks ⇒ Object
readonly
Returns the value of attribute hunks.
-
#is_deleted ⇒ Object
readonly
Returns the value of attribute is_deleted.
-
#is_new ⇒ Object
readonly
Returns the value of attribute is_new.
-
#is_rename ⇒ Object
readonly
Returns the value of attribute is_rename.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#additions ⇒ Object (readonly)
Returns the value of attribute additions
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def additions @additions end |
#deletions ⇒ Object (readonly)
Returns the value of attribute deletions
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def deletions @deletions end |
#hunks ⇒ Object (readonly)
Returns the value of attribute hunks
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def hunks @hunks end |
#is_deleted ⇒ Object (readonly)
Returns the value of attribute is_deleted
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def is_deleted @is_deleted end |
#is_new ⇒ Object (readonly)
Returns the value of attribute is_new
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def is_new @is_new end |
#is_rename ⇒ Object (readonly)
Returns the value of attribute is_rename
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def is_rename @is_rename end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9 def path @path end |