struct Octokit::Models::CommunityHealthFiles
- Octokit::Models::CommunityHealthFiles
- Struct
- Value
- Object
Defined in:
octokit/models/repo_community_health.crConstructors
- .new(code_of_conduct : Metric, contributing : Metric, issue_template : Metric, pull_request_template : Metric, license : Metric, readme : Metric)
- .new(__temp_3747 : JSON::PullParser)
Instance Method Summary
- #code_of_conduct : Metric
- #code_of_conduct=(_code_of_conduct : Metric)
- #contributing : Metric
- #contributing=(_contributing : Metric)
- #issue_template : Metric
- #issue_template=(_issue_template : Metric)
- #license : Metric
- #license=(_license : Metric)
- #pull_request_template : Metric
- #pull_request_template=(_pull_request_template : Metric)
- #readme : Metric
- #readme=(_readme : Metric)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(code_of_conduct : Metric, contributing : Metric, issue_template : Metric, pull_request_template : Metric, license : Metric, readme : Metric)
#