debian-mirror-gitlab/lib/gitlab/slash_commands/result.rb
2018-12-23 12:14:25 +05:30

9 lines
153 B
Ruby

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