Method: LanguageServer::Protocol::Interface::ExecuteCommandParams#command
- Defined in:
- lib/language_server/protocol/interface/execute_command_params.rb
#command ⇒ string
The identifier of the actual command handler.
27 28 29 |
# File 'lib/language_server/protocol/interface/execute_command_params.rb', line 27 def command attributes.fetch(:command) end |