struct Octokit::Models::RepoStats
- Octokit::Models::RepoStats
- Struct
- Value
- Object
Defined in:
octokit/models/admin_stats.crConstructors
- .new(total_repos : Int32, root_repos : Int32, fork_repos : Int32, org_repos : Int32, total_pushes : Int32, total_wikis : Int32)
- .new(__temp_845 : JSON::PullParser)
Instance Method Summary
- #fork_repos : Int32
- #fork_repos=(_fork_repos : Int32)
- #org_repos : Int32
- #org_repos=(_org_repos : Int32)
- #root_repos : Int32
- #root_repos=(_root_repos : Int32)
- #to_json(json : JSON::Builder)
- #total_pushes : Int32
- #total_pushes=(_total_pushes : Int32)
- #total_repos : Int32
- #total_repos=(_total_repos : Int32)
- #total_wikis : Int32
- #total_wikis=(_total_wikis : Int32)
Constructor Detail
def self.new(total_repos : Int32, root_repos : Int32, fork_repos : Int32, org_repos : Int32, total_pushes : Int32, total_wikis : Int32)
#