Class: Lsp::CompletionItem
- Inherits:
-
Struct
- Object
- Struct
- Lsp::CompletionItem
- Defined in:
- lib/lsp.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
Instance Method Summary collapse
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/lsp.rb', line 9 def label @label end |
Instance Method Details
#to_h ⇒ Object
10 11 12 13 14 |
# File 'lib/lsp.rb', line 10 def to_h { label: label, } end |