Class: Kapusta::LSP::ScopeWalker::Binding

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



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def column
  @column
end

#end_columnObject

Returns the value of attribute end_column

Returns:

  • (Object)

    the current value of end_column



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def end_column
  @end_column
end

#import_keyObject

Returns the value of attribute import_key

Returns:

  • (Object)

    the current value of import_key



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def import_key
  @import_key
end

#import_moduleObject

Returns the value of attribute import_module

Returns:

  • (Object)

    the current value of import_module



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def import_module
  @import_module
end

#in_module_or_classObject

Returns the value of attribute in_module_or_class

Returns:

  • (Object)

    the current value of in_module_or_class



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def in_module_or_class
  @in_module_or_class
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def line
  @line
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def name
  @name
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def scope
  @scope
end

#segmentsObject

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def segments
  @segments
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



9
10
11
# File 'lib/kapusta/lsp/scope_walker.rb', line 9

def sym
  @sym
end