Class: Tracekit::Security::Detector::SecurityFlag

Inherits:
Struct
  • Object
show all
Defined in:
lib/tracekit/security/detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



8
9
10
# File 'lib/tracekit/security/detector.rb', line 8

def category
  @category
end

#redactedObject

Returns the value of attribute redacted

Returns:

  • (Object)

    the current value of redacted



8
9
10
# File 'lib/tracekit/security/detector.rb', line 8

def redacted
  @redacted
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



8
9
10
# File 'lib/tracekit/security/detector.rb', line 8

def severity
  @severity
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/tracekit/security/detector.rb', line 8

def type
  @type
end

#variableObject

Returns the value of attribute variable

Returns:

  • (Object)

    the current value of variable



8
9
10
# File 'lib/tracekit/security/detector.rb', line 8

def variable
  @variable
end