struct Octokit::Models::GistStats
- Octokit::Models::GistStats
- Struct
- Value
- Object
Defined in:
octokit/models/admin_stats.crConstructors
- .new(total_gists : Int32, private_gists : Int32, public_gists : Int32)
- .new(__temp_825 : JSON::PullParser)
Instance Method Summary
- #private_gists : Int32
- #private_gists=(_private_gists : Int32)
- #public_gists : Int32
- #public_gists=(_public_gists : Int32)
- #to_json(json : JSON::Builder)
- #total_gists : Int32
- #total_gists=(_total_gists : Int32)