Class: Xberg::RedactionReport

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRedactionReport

Returns a new instance of RedactionReport.

Parameters:



1630
# File 'sig/types.rbs', line 1630

def initialize: (findings: Array[RedactionFinding], total_redacted: Integer) -> void

Instance Attribute Details

#findingsArray[RedactionFinding] (readonly)

Returns the value of attribute findings.

Returns:



1627
1628
1629
# File 'sig/types.rbs', line 1627

def findings
  @findings
end

#total_redactedInteger (readonly)

Returns the value of attribute total_redacted.

Returns:

  • (Integer)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def total_redacted
  @total_redacted
end