Class: RailVerdict::Intelligence::Redactor::Result
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Intelligence::Redactor::Result
- Defined in:
- lib/rail_verdict/intelligence/redactor.rb
Instance Attribute Summary collapse
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#redacted_count ⇒ Object
Returns the value of attribute redacted_count.
-
#secret_detected ⇒ Object
Returns the value of attribute secret_detected.
Instance Attribute Details
#manifest ⇒ Object
Returns the value of attribute manifest
6 7 8 |
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6 def manifest @manifest end |
#redacted_count ⇒ Object
Returns the value of attribute redacted_count
6 7 8 |
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6 def redacted_count @redacted_count end |
#secret_detected ⇒ Object
Returns the value of attribute secret_detected
6 7 8 |
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6 def secret_detected @secret_detected end |