Class: LSP::Location
Overview
export interface Location
uri: DocumentUri;
range: Range;
Instance Attribute Summary collapse
-
#range ⇒ Object
type: DocumentUri # type: Range.
-
#uri ⇒ Object
type: DocumentUri # type: Range.
Instance Method Summary collapse
Methods inherited from LSPBase
Constructor Details
This class inherits a constructor from LSP::LSPBase
Instance Attribute Details
#range ⇒ Object
type: DocumentUri # type: Range
66 67 68 |
# File 'lib/lsp/lsp_types.rb', line 66 def range @range end |
#uri ⇒ Object
type: DocumentUri # type: Range
66 67 68 |
# File 'lib/lsp/lsp_types.rb', line 66 def uri @uri end |