Class: Kapusta::LSP::Rename::Target
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::LSP::Rename::Target
- Defined in:
- lib/kapusta/lsp/rename.rb
Instance Attribute Summary collapse
-
#binding ⇒ Object
Returns the value of attribute binding.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#seg_end ⇒ Object
Returns the value of attribute seg_end.
-
#seg_start ⇒ Object
Returns the value of attribute seg_start.
-
#segment_index ⇒ Object
Returns the value of attribute segment_index.
-
#segment_prefix ⇒ Object
Returns the value of attribute segment_prefix.
-
#sym ⇒ Object
Returns the value of attribute sym.
-
#walker ⇒ Object
Returns the value of attribute walker.
Instance Attribute Details
#binding ⇒ Object
Returns the value of attribute binding
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def binding @binding end |
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def name @name end |
#seg_end ⇒ Object
Returns the value of attribute seg_end
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def seg_end @seg_end end |
#seg_start ⇒ Object
Returns the value of attribute seg_start
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def seg_start @seg_start end |
#segment_index ⇒ Object
Returns the value of attribute segment_index
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def segment_index @segment_index end |
#segment_prefix ⇒ Object
Returns the value of attribute segment_prefix
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def segment_prefix @segment_prefix end |
#sym ⇒ Object
Returns the value of attribute sym
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def sym @sym end |
#walker ⇒ Object
Returns the value of attribute walker
13 14 15 |
# File 'lib/kapusta/lsp/rename.rb', line 13 def walker @walker end |