struct Octokit::Models::CommunityHealthFiles

Defined in:

octokit/models/repo_community_health.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code_of_conduct : Metric, contributing : Metric, issue_template : Metric, pull_request_template : Metric, license : Metric, readme : Metric) #

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

Instance Method Detail

def code_of_conduct : Metric #

def code_of_conduct=(_code_of_conduct : Metric) #

def contributing : Metric #

def contributing=(_contributing : Metric) #

def issue_template : Metric #

def issue_template=(_issue_template : Metric) #

def license : Metric #

def license=(_license : Metric) #

def pull_request_template : Metric #

def pull_request_template=(_pull_request_template : Metric) #

def readme : Metric #

def readme=(_readme : Metric) #

def to_json(json : JSON::Builder) #