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
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def column @column end |
#file ⇒ Object
Returns the value of attribute file
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def file @file end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def line @line end |
#snippet ⇒ Object
Returns the value of attribute snippet
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def snippet @snippet end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def type @type end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/guardrails/audit.rb', line 11 def value @value end |