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