struct Octokit::Models::PunchCard

Defined in:

octokit/models/repo_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(day : Int32, hour : Int32, commits : Int32) #

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

Instance Method Detail

def commits : Int32 #

def commits=(_commits : Int32) #

def day : Int32 #

def day=(_day : Int32) #

def hour : Int32 #

def hour=(_hour : Int32) #

def to_json(json : JSON::Builder) #