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:



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

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

Instance Attribute Details

#findingsArray[RedactionFinding] (readonly)

Returns the value of attribute findings.

Returns:



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

def findings
  @findings
end

#total_redactedInteger (readonly)

Returns the value of attribute total_redacted.

Returns:

  • (Integer)


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

def total_redacted
  @total_redacted
end