Class: FiberAudit::Suppressions::YamlSuppression
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Suppressions::YamlSuppression
- Defined in:
- lib/fiber_audit/suppressions/parser.rb
Instance Attribute Summary collapse
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#symbol ⇒ Object
readonly
Returns the value of attribute symbol.
Instance Attribute Details
#operation ⇒ Object (readonly)
Returns the value of attribute operation
12 13 14 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 12 def operation @operation end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
12 13 14 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 12 def reason @reason end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
12 13 14 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 12 def rule @rule end |
#symbol ⇒ Object (readonly)
Returns the value of attribute symbol
12 13 14 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 12 def symbol @symbol end |