Class: OllamaAgent::Runtime::UnifiedDiffApply::Hunk

Inherits:
Struct
  • Object
show all
Defined in:
lib/ollama_agent/runtime/unified_diff_apply.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



10
11
12
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10

def body
  @body
end

#old_countObject

Returns the value of attribute old_count

Returns:

  • (Object)

    the current value of old_count



10
11
12
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10

def old_count
  @old_count
end

#old_startObject

Returns the value of attribute old_start

Returns:

  • (Object)

    the current value of old_start



10
11
12
# File 'lib/ollama_agent/runtime/unified_diff_apply.rb', line 10

def old_start
  @old_start
end