Method: LanguageServer::Protocol::Interface::ExecuteCommandParams#command

Defined in:
lib/language_server/protocol/interface/execute_command_params.rb

#commandstring

The identifier of the actual command handler.

Returns:

  • (string)


27
28
29
# File 'lib/language_server/protocol/interface/execute_command_params.rb', line 27

def command
  attributes.fetch(:command)
end