Class: Kapusta::LSP::ScopeWalker::EndMarker

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/lsp/scope_walker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



18
19
20
# File 'lib/kapusta/lsp/scope_walker.rb', line 18

def column
  @column
end

#end_columnObject

Returns the value of attribute end_column

Returns:

  • (Object)

    the current value of end_column



18
19
20
# File 'lib/kapusta/lsp/scope_walker.rb', line 18

def end_column
  @end_column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



18
19
20
# File 'lib/kapusta/lsp/scope_walker.rb', line 18

def line
  @line
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



18
19
20
# File 'lib/kapusta/lsp/scope_walker.rb', line 18

def target
  @target
end