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