struct Octokit::Models::RepoStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_repos : Int32, root_repos : Int32, fork_repos : Int32, org_repos : Int32, total_pushes : Int32, total_wikis : Int32) #

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

Instance Method Detail

def fork_repos : Int32 #

def fork_repos=(_fork_repos : Int32) #

def org_repos : Int32 #

def org_repos=(_org_repos : Int32) #

def root_repos : Int32 #

def root_repos=(_root_repos : Int32) #

def to_json(json : JSON::Builder) #

def total_pushes : Int32 #

def total_pushes=(_total_pushes : Int32) #

def total_repos : Int32 #

def total_repos=(_total_repos : Int32) #

def total_wikis : Int32 #

def total_wikis=(_total_wikis : Int32) #