struct Octokit::Models::HookStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_hooks : Int32, active_hooks : Int32, inactive_hooks : Int32) #

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

Instance Method Detail

def active_hooks : Int32 #

def active_hooks=(_active_hooks : Int32) #

def inactive_hooks : Int32 #

def inactive_hooks=(_inactive_hooks : Int32) #

def to_json(json : JSON::Builder) #

def total_hooks : Int32 #

def total_hooks=(_total_hooks : Int32) #