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
      82 83 84  | 
    
      # File 'lib/chef/cookbook/synchronizer.rb', line 82 def cookbook @cookbook end  | 
  
#manifest_record ⇒ Object
Returns the value of attribute manifest_record
      82 83 84  | 
    
      # File 'lib/chef/cookbook/synchronizer.rb', line 82 def manifest_record @manifest_record end  |