Docs exports: JSON llms.txt llms-full.txt Agent Files

class Shards::Compliance::ReportBuilder

Defined in:

compliance/report_builder.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def build : ReportData #

[View source]
def locks : Shards::Lock #

[View source]
def path : String #

[View source]
def requested_sections : Array(String) #

[View source]
def reviewer : String | Nil #

[View source]
def since : String | Nil #

[View source]
def spec : Shards::Spec #

[View source]