Class: FiberAudit::Suppressions::YamlSuppression

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

Instance Attribute Summary collapse

Instance Attribute Details

#operationObject (readonly)

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



12
13
14
# File 'lib/fiber_audit/suppressions/parser.rb', line 12

def operation
  @operation
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



12
13
14
# File 'lib/fiber_audit/suppressions/parser.rb', line 12

def reason
  @reason
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



12
13
14
# File 'lib/fiber_audit/suppressions/parser.rb', line 12

def rule
  @rule
end

#symbolObject (readonly)

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



12
13
14
# File 'lib/fiber_audit/suppressions/parser.rb', line 12

def symbol
  @symbol
end