Class: Codeowners::ContributorFinder::ContributorStats

Inherits:
Data
  • Object
show all
Defined in:
lib/codeowners/contributor_finder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#additionsObject (readonly)

Returns the value of attribute additions

Returns:

  • (Object)

    the current value of additions



12
13
14
# File 'lib/codeowners/contributor_finder.rb', line 12

def additions
  @additions
end

#commitsObject (readonly)

Returns the value of attribute commits

Returns:

  • (Object)

    the current value of commits



12
13
14
# File 'lib/codeowners/contributor_finder.rb', line 12

def commits
  @commits
end

#datesObject (readonly)

Returns the value of attribute dates

Returns:

  • (Object)

    the current value of dates



12
13
14
# File 'lib/codeowners/contributor_finder.rb', line 12

def dates
  @dates
end

#deletionsObject (readonly)

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



12
13
14
# File 'lib/codeowners/contributor_finder.rb', line 12

def deletions
  @deletions
end