Class: 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.
-
#segment ⇒ Object
Returns the value of attribute segment.
Instance Attribute Details
#cookbook ⇒ Object
Returns the value of attribute cookbook
64 65 66 |
# File 'lib/chef/cookbook/synchronizer.rb', line 64 def cookbook @cookbook end |
#manifest_record ⇒ Object
Returns the value of attribute manifest_record
64 65 66 |
# File 'lib/chef/cookbook/synchronizer.rb', line 64 def manifest_record @manifest_record end |
#segment ⇒ Object
Returns the value of attribute segment
64 65 66 |
# File 'lib/chef/cookbook/synchronizer.rb', line 64 def segment @segment end |