class Gitlab::Triage::CommandBuilders::RemoveLabelCommandBuilder

Private Instance Methods

slash_command_string() click to toggle source
# File lib/gitlab/triage/command_builders/remove_label_command_builder.rb, line 9
def slash_command_string
  '/unlabel'
end