Class: Codeowners::ContributorFinder::Contributor

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



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

def additions
  @additions
end

#commitsObject (readonly)

Returns the value of attribute commits

Returns:

  • (Object)

    the current value of commits



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

def commits
  @commits
end

#deletionsObject (readonly)

Returns the value of attribute deletions

Returns:

  • (Object)

    the current value of deletions



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

def deletions
  @deletions
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#first_commit_dateObject (readonly)

Returns the value of attribute first_commit_date

Returns:

  • (Object)

    the current value of first_commit_date



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

def first_commit_date
  @first_commit_date
end

#last_commit_dateObject (readonly)

Returns the value of attribute last_commit_date

Returns:

  • (Object)

    the current value of last_commit_date



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

def last_commit_date
  @last_commit_date
end

#lines_changedObject (readonly)

Returns the value of attribute lines_changed

Returns:

  • (Object)

    the current value of lines_changed



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

def lines_changed
  @lines_changed
end

#usernameObject (readonly)

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



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

def username
  @username
end