Class: StudFinder::Newness::History

Inherits:
Struct
  • Object
show all
Defined in:
lib/stud_finder/newness.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_commit_epochObject

Returns the value of attribute first_commit_epoch

Returns:

  • (Object)

    the current value of first_commit_epoch



22
23
24
# File 'lib/stud_finder/newness.rb', line 22

def first_commit_epoch
  @first_commit_epoch
end

#total_commitsObject

Returns the value of attribute total_commits

Returns:

  • (Object)

    the current value of total_commits



22
23
24
# File 'lib/stud_finder/newness.rb', line 22

def total_commits
  @total_commits
end