BigW Consortium Gitlab

result.rb 87 Bytes
module Gitlab
  module ChatCommands
    Result = Struct.new(:type, :message)
  end
end