struct Octokit::Models::CommitStats

Defined in:

octokit/models/repo_commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(additions : Int32, deletions : Int32, total : Int32) #

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

Instance Method Detail

def additions : Int32 #

def additions=(_additions : Int32) #

def deletions : Int32 #

def deletions=(_deletions : Int32) #

def to_json(json : JSON::Builder) #

def total : Int32 #

def total=(_total : Int32) #