Class: Chef::CookbookSynchronizer::CookbookFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/chef/cookbook/synchronizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cookbookObject

Returns the value of attribute cookbook

Returns:

  • (Object)

    the current value of cookbook



82
83
84
# File 'lib/chef/cookbook/synchronizer.rb', line 82

def cookbook
  @cookbook
end

#manifest_recordObject

Returns the value of attribute manifest_record

Returns:

  • (Object)

    the current value of manifest_record



82
83
84
# File 'lib/chef/cookbook/synchronizer.rb', line 82

def manifest_record
  @manifest_record
end