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:



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

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

Instance Attribute Details

#findingsArray[RedactionFinding] (readonly)

Returns the value of attribute findings.

Returns:



1638
1639
1640
# File 'sig/types.rbs', line 1638

def findings
  @findings
end

#total_redactedInteger (readonly)

Returns the value of attribute total_redacted.

Returns:

  • (Integer)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def total_redacted
  @total_redacted
end