Class: SQLint::Linter::Lint

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqlint/linter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column



5
6
7
# File 'lib/sqlint/linter.rb', line 5

def column
  @column
end

#filenameObject

Returns the value of attribute filename



5
6
7
# File 'lib/sqlint/linter.rb', line 5

def filename
  @filename
end

#lineObject

Returns the value of attribute line



5
6
7
# File 'lib/sqlint/linter.rb', line 5

def line
  @line
end

#messageObject

Returns the value of attribute message



5
6
7
# File 'lib/sqlint/linter.rb', line 5

def message
  @message
end

#typeObject

Returns the value of attribute type



5
6
7
# File 'lib/sqlint/linter.rb', line 5

def type
  @type
end