summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook_uploader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/cookbook_uploader.rb')
-rw-r--r--lib/chef/cookbook_uploader.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chef/cookbook_uploader.rb b/lib/chef/cookbook_uploader.rb
index 816cbf95fe..6ab452c1a5 100644
--- a/lib/chef/cookbook_uploader.rb
+++ b/lib/chef/cookbook_uploader.rb
@@ -14,11 +14,7 @@ require_relative "server_api"
class Chef
class CookbookUploader
- attr_reader :cookbooks
- attr_reader :path
- attr_reader :opts
- attr_reader :rest
- attr_reader :concurrency
+ attr_reader :cookbooks, :path, :opts, :rest, :concurrency
# Creates a new CookbookUploader.
# ===Arguments: