class GithubTracker
- GithubTracker
- Reference
- Object
Overview
Track events for a github user.
Defined in:
GithubTracker/Tracker.crConstructors
Instance Method Summary
-
#commits_in_repos : Array(Tuple(Int32, Int32))
Get an array of tuples with the repo Id and the count of commits.
- #earlier : Time
- #later : Time
- #repo_commits : Hash(Int32, Int32)
- #repo_commits?
-
#repo_name(repo_id : Int32) : String
Given a REPO_ID, get the name of the repo
Constructor Detail
def self.new(user : String, earlier : Time = @@default_earlier, later : Time = @@default_later)
#
Instance Method Detail
def commits_in_repos : Array(Tuple(Int32, Int32))
#
Get an array of tuples with the repo Id and the count of commits. Useful for printing results.