Class: GitAuto::Formatters::DiffSummarizer::FileChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_auto/formatters/diff_summarizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additionsObject

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



6
7
8
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6

def additions
  @additions
end

#deletionsObject

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



6
7
8
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6

def deletions
  @deletions
end

#key_changesObject

Returns the value of attribute key_changes

Returns:

  • (Object)

    the current value of key_changes



6
7
8
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6

def key_changes
  @key_changes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6

def name
  @name
end