wiki_file.rb 156 Bytes EditWeb IDE 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