Class: RuboCop::Cop::Commissioner::CopError

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/cop/commissioner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



10
11
12
# File 'lib/rubocop/cop/commissioner.rb', line 10

def column
  @column
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/rubocop/cop/commissioner.rb', line 10

def error
  @error
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



10
11
12
# File 'lib/rubocop/cop/commissioner.rb', line 10

def line
  @line
end