struct Octokit::Models::WeeklyCommitActivity

Defined in:

octokit/models/repo_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(days : Array(Int32), total : Int32, week : String) #

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

Instance Method Detail

def days : Array(Int32) #

def days=(_days : Array(Int32)) #

def to_json(json : JSON::Builder) #

def total : Int32 #

def total=(_total : Int32) #

def week : String #

def week=(_week : String) #