struct Octokit::Models::CommunityHealthMetrics

Defined in:

octokit/models/repo_community_health.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(health_percentage : Int32, files : CommunityHealthFiles, updated_at : String) #

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

Instance Method Detail

def files : CommunityHealthFiles #

def files=(_files : CommunityHealthFiles) #

def health_percentage : Int32 #

def health_percentage=(_health_percentage : Int32) #

def to_json(json : JSON::Builder) #

def updated_at : String #

def updated_at=(_updated_at : String) #