summaryrefslogtreecommitdiff
path: root/lib/gitlab/gitaly_client/wiki_file.rb
blob: 47c60c92484a6c79af4a1fe6c224c52bedb0bcd7 (plain)
1
2
3
4
5
6
7
8
9
module Gitlab
  module GitalyClient
    class WikiFile
      ATTRS = %i(name mime_type path raw_data).freeze

      include AttributesBag
    end
  end
end