struct Octokit::Models::GistStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_gists : Int32, private_gists : Int32, public_gists : Int32) #

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

Instance Method Detail

def private_gists : Int32 #

def private_gists=(_private_gists : Int32) #

def public_gists : Int32 #

def public_gists=(_public_gists : Int32) #

def to_json(json : JSON::Builder) #

def total_gists : Int32 #

def total_gists=(_total_gists : Int32) #