Class: MilkTea::LSP::Server::FakeWarning

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



6
7
8
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6

def column
  @column
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



6
7
8
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6

def length
  @length
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6

def line
  @line
end

#symbol_nameObject

Returns the value of attribute symbol_name

Returns:

  • (Object)

    the current value of symbol_name



6
7
8
# File 'lib/milk_tea/lsp/server/code_actions.rb', line 6

def symbol_name
  @symbol_name
end