Class: OllamaAgent::Runtime::UnifiedDiffApply::Hunk
- Inherits:
-
Struct
- Object
- Struct
- OllamaAgent::Runtime::UnifiedDiffApply::Hunk
- Defined in:
- lib/ollama_agent/runtime/unified_diff_apply.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#old_count ⇒ Object
Returns the value of attribute old_count.
-
#old_start ⇒ Object
Returns the value of attribute old_start.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
10 11 12 |
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10 def body @body end |
#old_count ⇒ Object
Returns the value of attribute old_count
10 11 12 |
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10 def old_count @old_count end |
#old_start ⇒ Object
Returns the value of attribute old_start
10 11 12 |
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10 def old_start @old_start end |