Class: Codeowners::ContributorFinder::Contributor
- Inherits:
-
Data
- Object
- Data
- Codeowners::ContributorFinder::Contributor
- 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.
-
#deletions ⇒ Object
readonly
Returns the value of attribute deletions.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_commit_date ⇒ Object
readonly
Returns the value of attribute first_commit_date.
-
#last_commit_date ⇒ Object
readonly
Returns the value of attribute last_commit_date.
-
#lines_changed ⇒ Object
readonly
Returns the value of attribute lines_changed.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Attribute Details
#additions ⇒ Object (readonly)
Returns the value of attribute additions
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def additions @additions end |
#commits ⇒ Object (readonly)
Returns the value of attribute commits
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def commits @commits end |
#deletions ⇒ Object (readonly)
Returns the value of attribute deletions
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def deletions @deletions end |
#email ⇒ Object (readonly)
Returns the value of attribute email
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def email @email end |
#first_commit_date ⇒ Object (readonly)
Returns the value of attribute first_commit_date
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def first_commit_date @first_commit_date end |
#last_commit_date ⇒ Object (readonly)
Returns the value of attribute last_commit_date
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def last_commit_date @last_commit_date end |
#lines_changed ⇒ Object (readonly)
Returns the value of attribute lines_changed
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def lines_changed @lines_changed end |
#username ⇒ Object (readonly)
Returns the value of attribute username
13 14 15 |
# File 'lib/codeowners/contributor_finder.rb', line 13 def username @username end |