Class: Kapusta::LSP::WorkspaceIndex::Entry
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::LSP::WorkspaceIndex::Entry
- Defined in:
- lib/kapusta/lsp/workspace_index.rb
Instance Attribute Summary collapse
-
#forms ⇒ Object
Returns the value of attribute forms.
-
#text ⇒ Object
Returns the value of attribute text.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#walker ⇒ Object
Returns the value of attribute walker.
Instance Attribute Details
#forms ⇒ Object
Returns the value of attribute forms
10 11 12 |
# File 'lib/kapusta/lsp/workspace_index.rb', line 10 def forms @forms end |
#text ⇒ Object
Returns the value of attribute text
10 11 12 |
# File 'lib/kapusta/lsp/workspace_index.rb', line 10 def text @text end |
#uri ⇒ Object
Returns the value of attribute uri
10 11 12 |
# File 'lib/kapusta/lsp/workspace_index.rb', line 10 def uri @uri end |
#walker ⇒ Object
Returns the value of attribute walker
10 11 12 |
# File 'lib/kapusta/lsp/workspace_index.rb', line 10 def walker @walker end |