Class: Chef::CookbookSynchronizer::CookbookFile
- Inherits:
-
Struct
- Object
- Struct
- Chef::CookbookSynchronizer::CookbookFile
- Defined in:
- lib/chef/cookbook/synchronizer.rb
Instance Attribute Summary collapse
-
#cookbook ⇒ Object
Returns the value of attribute cookbook.
-
#manifest_record ⇒ Object
Returns the value of attribute manifest_record.
Instance Attribute Details
#cookbook ⇒ Object
Returns the value of attribute cookbook
87 88 89 |
# File 'lib/chef/cookbook/synchronizer.rb', line 87 def cookbook @cookbook end |
#manifest_record ⇒ Object
Returns the value of attribute manifest_record
87 88 89 |
# File 'lib/chef/cookbook/synchronizer.rb', line 87 def manifest_record @manifest_record end |