Class: Guardrails::CrossCodebasePatterns::Occurrence

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



19
20
21
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19

def column
  @column
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



19
20
21
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



19
20
21
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19

def line
  @line
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



19
20
21
# File 'lib/guardrails/cross_codebase_patterns.rb', line 19

def size
  @size
end