Class: GitAuto::Formatters::DiffSummarizer::FileChange
- Inherits:
-
Struct
- Object
- Struct
- GitAuto::Formatters::DiffSummarizer::FileChange
- Defined in:
- lib/git_auto/formatters/diff_summarizer.rb
Instance Attribute Summary collapse
-
#additions ⇒ Object
Returns the value of attribute additions.
-
#deletions ⇒ Object
Returns the value of attribute deletions.
-
#key_changes ⇒ Object
Returns the value of attribute key_changes.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#additions ⇒ Object
Returns the value of attribute additions
6 7 8 |
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6 def additions @additions end |
#deletions ⇒ Object
Returns the value of attribute deletions
6 7 8 |
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6 def deletions @deletions end |
#key_changes ⇒ Object
Returns the value of attribute key_changes
6 7 8 |
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6 def key_changes @key_changes end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/git_auto/formatters/diff_summarizer.rb', line 6 def name @name end |