debian-mirror-gitlab/lib/gitlab/slash_commands/result.rb
2018-05-09 12:01:36 +05:30

6 lines
122 B
Ruby

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