struct Octokit::Models::AdminStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(issues : IssueStats, hooks : HookStats, milestones : MilestoneStats, orgs : OrgStats, comments : CommentStats, pages : PageStats, users : UserStats, gists : GistStats, pulls : PullStats, repos : RepoStats) #

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

Instance Method Detail

def comments : CommentStats #

def comments=(_comments : CommentStats) #

def gists : GistStats #

def gists=(_gists : GistStats) #

def hooks : HookStats #

def hooks=(_hooks : HookStats) #

def issues : IssueStats #

def issues=(_issues : IssueStats) #

def milestones : MilestoneStats #

def milestones=(_milestones : MilestoneStats) #

def orgs : OrgStats #

def orgs=(_orgs : OrgStats) #

def pages : PageStats #

def pages=(_pages : PageStats) #

def pulls : PullStats #

def pulls=(_pulls : PullStats) #

def repos : RepoStats #

def repos=(_repos : RepoStats) #

def to_json(json : JSON::Builder) #

def users : UserStats #

def users=(_users : UserStats) #