Class: Guardrails::Audit::AutoFixer::Result
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::Audit::AutoFixer::Result
- Defined in:
- lib/guardrails/audit/auto_fixer.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#token ⇒ Object
Returns the value of attribute token.
-
#violation ⇒ Object
Returns the value of attribute violation.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance
10 11 12 |
# File 'lib/guardrails/audit/auto_fixer.rb', line 10 def distance @distance end |
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/guardrails/audit/auto_fixer.rb', line 10 def kind @kind end |
#replacement ⇒ Object
Returns the value of attribute replacement
10 11 12 |
# File 'lib/guardrails/audit/auto_fixer.rb', line 10 def replacement @replacement end |
#token ⇒ Object
Returns the value of attribute token
10 11 12 |
# File 'lib/guardrails/audit/auto_fixer.rb', line 10 def token @token end |
#violation ⇒ Object
Returns the value of attribute violation
10 11 12 |
# File 'lib/guardrails/audit/auto_fixer.rb', line 10 def violation @violation end |