Exception: Inspec::InputRegistry::InputLookupError
- Defined in:
- lib/inspec/input_registry.rb
Instance Attribute Summary collapse
- 
  
    
      #input_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute input_name. 
- 
  
    
      #profile_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute profile_name. 
Instance Attribute Details
#input_name ⇒ Object
Returns the value of attribute input_name.
| 22 23 24 | # File 'lib/inspec/input_registry.rb', line 22 def input_name @input_name end | 
#profile_name ⇒ Object
Returns the value of attribute profile_name.
| 21 22 23 | # File 'lib/inspec/input_registry.rb', line 21 def profile_name @profile_name end |