struct
Shards::Compliance::ReportData
- Shards::Compliance::ReportData
- Struct
- Value
- Object
Defined in:
compliance/report_builder.crConstructors
Instance Method Summary
- #attestation : Attestation | Nil
- #generated_at : Time
- #generator : String
- #project : ProjectInfo
- #reviewer : String | Nil
- #sections : SectionData
- #summary : Summary
- #version : String
Constructor Detail
def self.new(project : Shards::Compliance::ProjectInfo, summary : Shards::Compliance::Summary, sections : Shards::Compliance::SectionData, reviewer : Nil | String = nil, attestation : Shards::Compliance::Attestation | Nil = nil, version : String = "1.0", generated_at : Time = Time.utc, generator : String = "shards-alpha #{VERSION}")
#