Class: SecurityPentestPlanner::ContractAnalyzer::RedFlag
- Inherits:
-
Struct
- Object
- Struct
- SecurityPentestPlanner::ContractAnalyzer::RedFlag
- Defined in:
- lib/security_pentest_planner/contract_analyzer.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/security_pentest_planner/contract_analyzer.rb', line 5 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
5 6 7 |
# File 'lib/security_pentest_planner/contract_analyzer.rb', line 5 def severity @severity end |