bitbucket_import.rb 102 Bytes EditWeb IDE 1 2 3 4 5 6 module Gitlab module BitbucketImport mattr_accessor :public_key @public_key = nil end end