Class: Kapusta::LSP::ScopeWalker::Reference

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



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def column
  @column
end

#end_columnObject

Returns the value of attribute end_column

Returns:

  • (Object)

    the current value of end_column



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def end_column
  @end_column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def scope
  @scope
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def sym
  @sym
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



11
12
13
# File 'lib/kapusta/lsp/scope_walker.rb', line 11

def target
  @target
end