Class: Gitlab::SlashCommands::Presenters::IssueComment

Inherits:
Base
  • Object
show all
Includes:
NoteBase
Defined in:
lib/gitlab/slash_commands/presenters/issue_comment.rb

Constant Summary

Constants included from NoteBase

NoteBase::GREEN

Instance Method Summary collapse

Methods included from NoteBase

#author, #color, #fields, #issue, #project

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

#presentObject



9
10
11
# File 'lib/gitlab/slash_commands/presenters/issue_comment.rb', line 9

def present
  ephemeral_response(response_message)
end