Class: Kapusta::LSP::ScopeWalker::Binding
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::LSP::ScopeWalker::Binding
- 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.
-
#import_key ⇒ Object
Returns the value of attribute import_key.
-
#import_module ⇒ Object
Returns the value of attribute import_module.
-
#in_module_or_class ⇒ Object
Returns the value of attribute in_module_or_class.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
-
#name ⇒ Object
Returns the value of attribute name.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#sym ⇒ Object
Returns the value of attribute sym.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def column @column end |
#end_column ⇒ Object
Returns the value of attribute end_column
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def end_column @end_column end |
#import_key ⇒ Object
Returns the value of attribute import_key
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def import_key @import_key end |
#import_module ⇒ Object
Returns the value of attribute import_module
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def import_module @import_module end |
#in_module_or_class ⇒ Object
Returns the value of attribute 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 |
#kind ⇒ Object
Returns the value of attribute kind
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def line @line end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def name @name end |
#scope ⇒ Object
Returns the value of attribute scope
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def scope @scope end |
#segments ⇒ Object
Returns the value of attribute segments
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def segments @segments end |
#sym ⇒ Object
Returns the value of attribute sym
9 10 11 |
# File 'lib/kapusta/lsp/scope_walker.rb', line 9 def sym @sym end |