struct Octokit::Models::PullStats

Defined in:

octokit/models/admin_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_pulls : Int32, merged_pulls : Int32, mergable_pulls : Int32, unmergable_pulls : Int32) #

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

Instance Method Detail

def mergable_pulls : Int32 #

def mergable_pulls=(_mergable_pulls : Int32) #

def merged_pulls : Int32 #

def merged_pulls=(_merged_pulls : Int32) #

def to_json(json : JSON::Builder) #

def total_pulls : Int32 #

def total_pulls=(_total_pulls : Int32) #

def unmergable_pulls : Int32 #

def unmergable_pulls=(_unmergable_pulls : Int32) #