Class: RemLint::Rules::InvocationMismatch::Site

Inherits:
Struct
  • Object
show all
Defined in:
lib/remlint/rules/invocation_mismatch.rb

Overview

Where a clause was found, for a message to point at.

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



34
35
36
# File 'lib/remlint/rules/invocation_mismatch.rb', line 34

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



34
35
36
# File 'lib/remlint/rules/invocation_mismatch.rb', line 34

def line
  @line
end