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.
1712 |
# File 'sig/types.rbs', line 1712
def initialize: (findings: Array[RedactionFinding], total_redacted: Integer) -> void
|
Instance Attribute Details
#findings ⇒ Array[RedactionFinding] (readonly)
Returns the value of attribute findings.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def findings @findings end |
#total_redacted ⇒ Integer (readonly)
Returns the value of attribute total_redacted.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def total_redacted @total_redacted end |