Exception: ChefApply::Startup::ConfigPathInvalid
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- ChefApply::Startup::ConfigPathInvalid
 
- Defined in:
- lib/chef_apply/startup.rb
Instance Attribute Summary collapse
- 
  
    
      #path  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute path. 
Instance Method Summary collapse
- 
  
    
      #initialize(path)  ⇒ ConfigPathInvalid 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ConfigPathInvalid. 
Constructor Details
#initialize(path) ⇒ ConfigPathInvalid
Returns a new instance of ConfigPathInvalid.
| 212 213 214 | # File 'lib/chef_apply/startup.rb', line 212 def initialize(path) @path = path end | 
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
| 211 212 213 | # File 'lib/chef_apply/startup.rb', line 211 def path @path end |