Class: OllamaAgent::Indexing::DiffSummarizer::FileDiff

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

Instance Attribute Summary collapse

Instance Attribute Details

#additionsObject (readonly)

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def additions
  @additions
end

#deletionsObject (readonly)

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def deletions
  @deletions
end

#hunksObject (readonly)

Returns the value of attribute hunks

Returns:

  • (Object)

    the current value of hunks



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def hunks
  @hunks
end

#is_deletedObject (readonly)

Returns the value of attribute is_deleted

Returns:

  • (Object)

    the current value of is_deleted



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def is_deleted
  @is_deleted
end

#is_newObject (readonly)

Returns the value of attribute is_new

Returns:

  • (Object)

    the current value of is_new



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def is_new
  @is_new
end

#is_renameObject (readonly)

Returns the value of attribute is_rename

Returns:

  • (Object)

    the current value of is_rename



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def is_rename
  @is_rename
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/ollama_agent/indexing/diff_summarizer.rb', line 9

def path
  @path
end