class
Shards::Compliance::ReportBuilder
- Shards::Compliance::ReportBuilder
- Reference
- Object
Defined in:
compliance/report_builder.crConstructors
Instance Method Summary
- #build : ReportData
- #locks : Shards::Lock
- #path : String
- #requested_sections : Array(String)
- #reviewer : String | Nil
- #since : String | Nil
- #spec : Shards::Spec
Constructor Detail
def self.new(path : String, spec : Shards::Spec, locks : Shards::Lock, sections : Array(String) = ["all"], since : Nil | String = nil, reviewer : Nil | String = nil)
#