Class: Lsp::TextDocumentContentChangeEvent
- Inherits:
-
Struct
- Object
- Struct
- Lsp::TextDocumentContentChangeEvent
- Defined in:
- lib/lsp.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/lsp.rb', line 5 def text @text end |