Class: Lsp::TextDocumentPositionParams

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

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



7
8
9
# File 'lib/lsp.rb', line 7

def position
  @position
end

#text_documentObject

Returns the value of attribute text_document

Returns:

  • (Object)

    the current value of text_document



7
8
9
# File 'lib/lsp.rb', line 7

def text_document
  @text_document
end