Class: Codeowners::ContributorFinder::ContributorStats
- Inherits:
-
Data
- Object
- Data
- Codeowners::ContributorFinder::ContributorStats
- Defined in:
- lib/codeowners/contributor_finder.rb
Instance Attribute Summary collapse
-
#additions ⇒ Object
readonly
Returns the value of attribute additions.
-
#commits ⇒ Object
readonly
Returns the value of attribute commits.
-
#dates ⇒ Object
readonly
Returns the value of attribute dates.
-
#deletions ⇒ Object
readonly
Returns the value of attribute deletions.
Instance Attribute Details
#additions ⇒ Object (readonly)
Returns the value of attribute additions
12 13 14 |
# File 'lib/codeowners/contributor_finder.rb', line 12 def additions @additions end |
#commits ⇒ Object (readonly)
Returns the value of attribute commits
12 13 14 |
# File 'lib/codeowners/contributor_finder.rb', line 12 def commits @commits end |
#dates ⇒ Object (readonly)
Returns the value of attribute dates
12 13 14 |
# File 'lib/codeowners/contributor_finder.rb', line 12 def dates @dates end |
#deletions ⇒ Object (readonly)
Returns the value of attribute deletions
12 13 14 |
# File 'lib/codeowners/contributor_finder.rb', line 12 def deletions @deletions end |