Class: Guardrails::CrossCodebasePatterns::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::CrossCodebasePatterns::Occurrence
- Defined in:
- lib/guardrails/cross_codebase_patterns.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.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
19 20 21 |
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19 def column @column end |
#file ⇒ Object
Returns the value of attribute file
19 20 21 |
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19 def file @file end |
#line ⇒ Object
Returns the value of attribute line
19 20 21 |
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19 def line @line end |
#size ⇒ Object
Returns the value of attribute size
19 20 21 |
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19 def size @size end |