struct Octokit::Models::CommentStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_commit_comments : Int32, total_gist_comments : Int32, total_issue_comments : Int32, total_pull_request_comments : Int32) #

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

Instance Method Detail

def to_json(json : JSON::Builder) #

def total_commit_comments : Int32 #

def total_commit_comments=(_total_commit_comments : Int32) #

def total_gist_comments : Int32 #

def total_gist_comments=(_total_gist_comments : Int32) #

def total_issue_comments : Int32 #

def total_issue_comments=(_total_issue_comments : Int32) #

def total_pull_request_comments : Int32 #

def total_pull_request_comments=(_total_pull_request_comments : Int32) #