Class: Gitlab::Triage::CommandBuilders::RemoveLabelCommandBuilder
- Inherits:
-
LabelCommandBuilder
- Object
- BaseCommandBuilder
- LabelCommandBuilder
- Gitlab::Triage::CommandBuilders::RemoveLabelCommandBuilder
- Defined in:
- lib/gitlab/triage/command_builders/remove_label_command_builder.rb
Instance Attribute Summary
Attributes inherited from BaseCommandBuilder
Instance Method Summary collapse
- #slash_command_string ⇒ Object private
Methods inherited from LabelCommandBuilder
#build_command, #ensure_labels_exist!, #format_item
Methods inherited from BaseCommandBuilder
#build_command, #content_string, #initialize, #separator
Constructor Details
This class inherits a constructor from Gitlab::Triage::CommandBuilders::BaseCommandBuilder
Instance Method Details
#slash_command_string ⇒ Object (private)
9 10 11 |
# File 'lib/gitlab/triage/command_builders/remove_label_command_builder.rb', line 9 def slash_command_string '/unlabel' end |