6 lines
102 B
Ruby
6 lines
102 B
Ruby
module Gitlab
|
|
module BitbucketImport
|
|
mattr_accessor :public_key
|
|
@public_key = nil
|
|
end
|
|
end
|