Class: Tracekit::Security::Detector::SecurityFlag
- Inherits:
-
Struct
- Object
- Struct
- Tracekit::Security::Detector::SecurityFlag
- Defined in:
- lib/tracekit/security/detector.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#redacted ⇒ Object
Returns the value of attribute redacted.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#type ⇒ Object
Returns the value of attribute type.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
8 9 10 |
# File 'lib/tracekit/security/detector.rb', line 8 def category @category end |
#redacted ⇒ Object
Returns the value of attribute redacted
8 9 10 |
# File 'lib/tracekit/security/detector.rb', line 8 def redacted @redacted end |
#severity ⇒ Object
Returns the value of attribute severity
8 9 10 |
# File 'lib/tracekit/security/detector.rb', line 8 def severity @severity end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/tracekit/security/detector.rb', line 8 def type @type end |
#variable ⇒ Object
Returns the value of attribute variable
8 9 10 |
# File 'lib/tracekit/security/detector.rb', line 8 def variable @variable end |