Class: Kapusta::LSP::Rename::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/kapusta/lsp/rename.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindingObject

Returns the value of attribute binding

Returns:

  • (Object)

    the current value of binding



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def binding
  @binding
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def name
  @name
end

#seg_endObject

Returns the value of attribute seg_end

Returns:

  • (Object)

    the current value of seg_end



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def seg_end
  @seg_end
end

#seg_startObject

Returns the value of attribute seg_start

Returns:

  • (Object)

    the current value of seg_start



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def seg_start
  @seg_start
end

#segment_indexObject

Returns the value of attribute segment_index

Returns:

  • (Object)

    the current value of segment_index



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def segment_index
  @segment_index
end

#segment_prefixObject

Returns the value of attribute segment_prefix

Returns:

  • (Object)

    the current value of segment_prefix



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def segment_prefix
  @segment_prefix
end

#symObject

Returns the value of attribute sym

Returns:

  • (Object)

    the current value of sym



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def sym
  @sym
end

#walkerObject

Returns the value of attribute walker

Returns:

  • (Object)

    the current value of walker



13
14
15
# File 'lib/kapusta/lsp/rename.rb', line 13

def walker
  @walker
end