struct

Octokit::Models::WeeklyStats

Inherits Struct < Value < Object

Constructors

new(week : String, additions : Int32, deletions : Int32, commits : Int32)
new(__temp_4218 : JSON::PullParser)

Instance methods

additions
additions=(_additions : Int32)
commits
commits=(_commits : Int32)
deletions
deletions=(_deletions : Int32)
to_json(json : JSON::Builder)
week
week=(_week : String)