struct Octokit::Models::WeeklyStats

Defined in:

octokit/models/repo_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(week : String, additions : Int32, deletions : Int32, commits : Int32) #

def self.new(__temp_4199 : JSON::PullParser) #

Instance Method Detail

def additions : Int32 #

def additions=(_additions : Int32) #

def commits : Int32 #

def commits=(_commits : Int32) #

def deletions : Int32 #

def deletions=(_deletions : Int32) #

def to_json(json : JSON::Builder) #

def week : String #

def week=(_week : String) #