class Chef::Util::DSC::ResourceInfo
Attributes
A list of all log messages between [Start Set] and [End Set]. Each line is an element in the list.
The name is the text following [Start Set]
Public Class Methods
Source
# File lib/chef/util/dsc/resource_info.rb, line 13 def initialize(name, sets, change_log) @name = name @sets = sets @change_log = change_log || [] end
Public Instance Methods
Source
# File lib/chef/util/dsc/resource_info.rb, line 20 def changes_state? @sets end
Does this resource change the state of the system?