Class: Kapusta::LSP::ScopeWalker::EndMarker
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::LSP::ScopeWalker::EndMarker
- 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.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
18 19 20 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 18 def column @column end |
#end_column ⇒ Object
Returns the value of attribute end_column
18 19 20 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 18 def end_column @end_column end |
#line ⇒ Object
Returns the value of attribute line
18 19 20 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 18 def line @line end |
#target ⇒ Object
Returns the value of attribute target
18 19 20 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 18 def target @target end |