Class: Kapusta::LSP::ScopeWalker::Reference
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::LSP::ScopeWalker::Reference
- Defined in:
- lib/kapusta/lsp/scope_walker.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#end_column ⇒ Object
Returns the value of attribute end_column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#sym ⇒ Object
Returns the value of attribute sym.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def column @column end |
#end_column ⇒ Object
Returns the value of attribute end_column
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def end_column @end_column end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def line @line end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def scope @scope end |
#sym ⇒ Object
Returns the value of attribute sym
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def sym @sym end |
#target ⇒ Object
Returns the value of attribute target
11 12 13 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 11 def target @target end |