Class: StudFinder::Newness::History
- Inherits:
-
Struct
- Object
- Struct
- StudFinder::Newness::History
- Defined in:
- lib/stud_finder/newness.rb
Instance Attribute Summary collapse
-
#first_commit_epoch ⇒ Object
Returns the value of attribute first_commit_epoch.
-
#total_commits ⇒ Object
Returns the value of attribute total_commits.
Instance Attribute Details
#first_commit_epoch ⇒ Object
Returns the value of attribute first_commit_epoch
22 23 24 |
# File 'lib/stud_finder/newness.rb', line 22 def first_commit_epoch @first_commit_epoch end |
#total_commits ⇒ Object
Returns the value of attribute total_commits
22 23 24 |
# File 'lib/stud_finder/newness.rb', line 22 def total_commits @total_commits end |