diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/run_status.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/chef/run_status.rb b/lib/chef/run_status.rb index f5bc1837d7..6e7c83ff48 100644 --- a/lib/chef/run_status.rb +++ b/lib/chef/run_status.rb @@ -25,17 +25,13 @@ class Chef::RunStatus attr_reader :events - attr_reader :run_context - - attr_writer :run_context + attr_accessor :run_context attr_reader :start_time attr_reader :end_time - attr_reader :exception - - attr_writer :exception + attr_accessor :exception attr_accessor :run_id |