Review Gitlab::Kubernetes::Namespace
This commit is contained in:
parent
a194d31259
commit
1471495e15
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Gitlab
|
|||
attr_accessor :name
|
||||
|
||||
def initialize(name, client)
|
||||
self.name = name
|
||||
@name = name
|
||||
@client = client
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue