struct Octokit::Models::ContributorStats
- Octokit::Models::ContributorStats
- Struct
- Value
- Object
Defined in:
octokit/models/repo_stats.crConstructors
- .new(author : Contributor, total : Int32, weeks : Array(WeeklyStats))
- .new(__temp_4194 : JSON::PullParser)
Instance Method Summary
- #author : Contributor
- #author=(_author : Contributor)
- #to_json(json : JSON::Builder)
- #total : Int32
- #total=(_total : Int32)
- #weeks : Array(WeeklyStats)
- #weeks=(_weeks : Array(WeeklyStats))