Class: MilkTea::LSP::Server::FakeWarning
- Inherits:
-
Struct
- Object
- Struct
- MilkTea::LSP::Server::FakeWarning
- Defined in:
- lib/milk_tea/lsp/server/code_actions.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#length ⇒ Object
Returns the value of attribute length.
-
#line ⇒ Object
Returns the value of attribute line.
-
#symbol_name ⇒ Object
Returns the value of attribute symbol_name.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
6 7 8 |
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6 def column @column end |
#length ⇒ Object
Returns the value of attribute length
6 7 8 |
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6 def length @length end |
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6 def line @line end |
#symbol_name ⇒ Object
Returns the value of attribute symbol_name
6 7 8 |
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6 def symbol_name @symbol_name end |