Class: Guardrails::Audit::Violation
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::Audit::Violation
- Defined in:
- lib/guardrails/audit.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#snippet ⇒ Object
Returns the value of attribute snippet.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def column @column end |
#file ⇒ Object
Returns the value of attribute file
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def file @file end |
#line ⇒ Object
Returns the value of attribute line
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def line @line end |
#snippet ⇒ Object
Returns the value of attribute snippet
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def snippet @snippet end |
#type ⇒ Object
Returns the value of attribute type
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def type @type end |
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/guardrails/audit.rb', line 12 def value @value end |