Class: SQLint::Linter::ParseState

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

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



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

def input
  @input
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



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

def offset
  @offset
end