Class: Xberg::RedactionReport
- Inherits:
-
Object
- Object
- Xberg::RedactionReport
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#findings ⇒ Array[RedactionFinding]
readonly
Returns the value of attribute findings.
-
#total_redacted ⇒ Integer
readonly
Returns the value of attribute total_redacted.
Instance Method Summary collapse
-
#initialize ⇒ RedactionReport
constructor
A new instance of RedactionReport.
Constructor Details
#initialize ⇒ RedactionReport
Returns a new instance of RedactionReport.
1630 |
# File 'sig/types.rbs', line 1630
def initialize: (findings: Array[RedactionFinding], total_redacted: Integer) -> void
|
Instance Attribute Details
#findings ⇒ Array[RedactionFinding] (readonly)
Returns the value of attribute findings.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def findings @findings end |
#total_redacted ⇒ Integer (readonly)
Returns the value of attribute total_redacted.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def total_redacted @total_redacted end |