Class: RailVerdict::Intelligence::Redactor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/intelligence/redactor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



6
7
8
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6

def manifest
  @manifest
end

#redacted_countObject

Returns the value of attribute redacted_count

Returns:

  • (Object)

    the current value of redacted_count



6
7
8
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6

def redacted_count
  @redacted_count
end

#secret_detectedObject

Returns the value of attribute secret_detected

Returns:

  • (Object)

    the current value of secret_detected



6
7
8
# File 'lib/rail_verdict/intelligence/redactor.rb', line 6

def secret_detected
  @secret_detected
end