Commit c7360d13 authored by Dylan Griffith's avatar Dylan Griffith

Combine attr_reader in InstallCommand to one line

parent ca35eb47
......@@ -4,8 +4,7 @@ module Gitlab
class InstallCommand
include BaseCommand
attr_reader :name, :files
attr_reader :chart, :version, :repository
attr_reader :name, :files, :chart, :version, :repository
def initialize(name:, chart:, files:, version: nil, repository: nil)
@name = name
......
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