Class: Lsp::DidChangeTextDocumentParams

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

Instance Attribute Summary collapse

Instance Attribute Details

#content_changesObject

Returns the value of attribute content_changes

Returns:

  • (Object)

    the current value of content_changes



4
5
6
# File 'lib/lsp.rb', line 4

def content_changes
  @content_changes
end

#text_documentObject

Returns the value of attribute text_document

Returns:

  • (Object)

    the current value of text_document



4
5
6
# File 'lib/lsp.rb', line 4

def text_document
  @text_document
end