Commit 1471495e authored by Alessio Caiazza's avatar Alessio Caiazza

Review Gitlab::Kubernetes::Namespace

parent a194d312
...@@ -4,7 +4,7 @@ module Gitlab ...@@ -4,7 +4,7 @@ module Gitlab
attr_accessor :name attr_accessor :name
def initialize(name, client) def initialize(name, client)
self.name = name @name = name
@client = client @client = client
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment