Class: Guardrails::Audit::AutoFixer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/guardrails/audit/auto_fixer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#distanceObject

Returns the value of attribute distance

Returns:

  • (Object)

    the current value of distance



10
11
12
# File 'lib/guardrails/audit/auto_fixer.rb', line 10

def distance
  @distance
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/guardrails/audit/auto_fixer.rb', line 10

def kind
  @kind
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



10
11
12
# File 'lib/guardrails/audit/auto_fixer.rb', line 10

def replacement
  @replacement
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



10
11
12
# File 'lib/guardrails/audit/auto_fixer.rb', line 10

def token
  @token
end

#violationObject

Returns the value of attribute violation

Returns:

  • (Object)

    the current value of violation



10
11
12
# File 'lib/guardrails/audit/auto_fixer.rb', line 10

def violation
  @violation
end