Class: FiberAudit::Suppressions::InlineSuppression

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/suppressions/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



9
10
11
# File 'lib/fiber_audit/suppressions/parser.rb', line 9

def end_line
  @end_line
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/fiber_audit/suppressions/parser.rb', line 9

def path
  @path
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



9
10
11
# File 'lib/fiber_audit/suppressions/parser.rb', line 9

def reason
  @reason
end

#rule_idObject (readonly)

Returns the value of attribute rule_id

Returns:

  • (Object)

    the current value of rule_id



9
10
11
# File 'lib/fiber_audit/suppressions/parser.rb', line 9

def rule_id
  @rule_id
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



9
10
11
# File 'lib/fiber_audit/suppressions/parser.rb', line 9

def start_line
  @start_line
end