struct Octokit::Models::WeeklyStats
- Octokit::Models::WeeklyStats
- Struct
- Value
- Object
Defined in:
octokit/models/repo_stats.crConstructors
- .new(week : String, additions : Int32, deletions : Int32, commits : Int32)
- .new(__temp_4203 : JSON::PullParser)
Instance Method Summary
- #additions : Int32
- #additions=(_additions : Int32)
- #commits : Int32
- #commits=(_commits : Int32)
- #deletions : Int32
- #deletions=(_deletions : Int32)
- #to_json(json : JSON::Builder)
- #week : String
- #week=(_week : String)