struct

Octokit::Models::CommentStats

Inherits Struct < Value < Object

Constructors

new(total_commit_comments : Int32, total_gist_comments : Int32, total_issue_comments : Int32, total_pull_request_comments : Int32)
new(__temp_819 : JSON::PullParser)

Instance methods

to_json(json : JSON::Builder)
total_commit_comments
total_commit_comments=(_total_commit_comments : Int32)
total_gist_comments
total_gist_comments=(_total_gist_comments : Int32)
total_issue_comments
total_issue_comments=(_total_issue_comments : Int32)
total_pull_request_comments
total_pull_request_comments=(_total_pull_request_comments : Int32)