struct Octokit::Models::ContributorStats

Defined in:

octokit/models/repo_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(author : Contributor, total : Int32, weeks : Array(WeeklyStats)) #

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

Instance Method Detail

def author : Contributor #

def author=(_author : Contributor) #

def to_json(json : JSON::Builder) #

def total : Int32 #

def total=(_total : Int32) #

def weeks : Array(WeeklyStats) #

def weeks=(_weeks : Array(WeeklyStats)) #