Class: Brakeman::Warning
- Inherits:
-
Object
- Object
- Brakeman::Warning
- Defined in:
- lib/brakeman-llm.rb
Instance Attribute Summary collapse
-
#llm_analysis ⇒ Object
Returns the value of attribute llm_analysis.
Instance Method Summary collapse
Instance Attribute Details
#llm_analysis ⇒ Object
Returns the value of attribute llm_analysis.
9 10 11 |
# File 'lib/brakeman-llm.rb', line 9 def llm_analysis @llm_analysis end |
Instance Method Details
#old_to_hash ⇒ Object
11 |
# File 'lib/brakeman-llm.rb', line 11 alias old_to_hash to_hash |
#to_hash ⇒ Object
13 14 15 16 17 |
# File 'lib/brakeman-llm.rb', line 13 def to_hash(...) old_to_hash(...).tap do |h| h[:llm_analysis] = self.llm_analysis end end |