Class: Kapusta::LSP::WorkspaceIndex::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#formsObject

Returns the value of attribute forms

Returns:

  • (Object)

    the current value of forms



10
11
12
# File 'lib/kapusta/lsp/workspace_index.rb', line 10

def forms
  @forms
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



10
11
12
# File 'lib/kapusta/lsp/workspace_index.rb', line 10

def text
  @text
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



10
11
12
# File 'lib/kapusta/lsp/workspace_index.rb', line 10

def uri
  @uri
end

#walkerObject

Returns the value of attribute walker

Returns:

  • (Object)

    the current value of walker



10
11
12
# File 'lib/kapusta/lsp/workspace_index.rb', line 10

def walker
  @walker
end