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:



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

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

Instance Attribute Details

#findingsArray[RedactionFinding] (readonly)

Returns the value of attribute findings.

Returns:



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

def findings
  @findings
end

#total_redactedInteger (readonly)

Returns the value of attribute total_redacted.

Returns:

  • (Integer)


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

def total_redacted
  @total_redacted
end