debian-mirror-gitlab/lib/gitlab/slash_commands/result.rb
2019-01-03 12:48:30 +05:30

6 lines
122 B
Ruby

module Gitlab # rubocop:disable Naming/FileName
module SlashCommands
Result = Struct.new(:type, :message)
end
end