Class: Gitlab::SlashCommands::Presenters::IncidentManagement::IncidentNew

Inherits:
Base
  • Object
show all
Defined in:
lib/gitlab/slash_commands/presenters/incident_management/incident_new.rb

Instance Method Summary collapse

Methods inherited from Base

#display_errors, #initialize

Methods included from Routing

includes_helpers, redirect_legacy_paths, url_helpers

Constructor Details

This class inherits a constructor from Gitlab::SlashCommands::Presenters::Base

Instance Method Details

#present(message) ⇒ Object



8
9
10
# File 'lib/gitlab/slash_commands/presenters/incident_management/incident_new.rb', line 8

def present(message)
  ephemeral_response(text: message)
end