summaryrefslogtreecommitdiff
path: root/lib/chef/action_collection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/action_collection.rb')
-rw-r--r--lib/chef/action_collection.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chef/action_collection.rb b/lib/chef/action_collection.rb
index efe03fff5f..d8239c7f8e 100644
--- a/lib/chef/action_collection.rb
+++ b/lib/chef/action_collection.rb
@@ -81,11 +81,7 @@ class Chef
end
end
- attr_reader :action_records
- attr_reader :pending_updates
- attr_reader :run_context
- attr_reader :consumers
- attr_reader :events
+ attr_reader :action_records, :pending_updates, :run_context, :consumers, :events
def initialize(events, run_context = nil, action_records = [])
@action_records = action_records