Class: FiberAudit::Suppressions::InlineSuppression
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Suppressions::InlineSuppression
- Defined in:
- lib/fiber_audit/suppressions/parser.rb
Instance Attribute Summary collapse
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#rule_id ⇒ Object
readonly
Returns the value of attribute rule_id.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
9 10 11 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 9 def end_line @end_line end |
#path ⇒ Object (readonly)
Returns the value of attribute path
9 10 11 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 9 def path @path end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
9 10 11 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 9 def reason @reason end |
#rule_id ⇒ Object (readonly)
Returns the value of attribute rule_id
9 10 11 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 9 def rule_id @rule_id end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
9 10 11 |
# File 'lib/fiber_audit/suppressions/parser.rb', line 9 def start_line @start_line end |