Exception: Inspec::Input::ValidationError
- Defined in:
- lib/inspec/errors.rb
Instance Attribute Summary collapse
- 
  
    
      #input_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute input_name. 
- 
  
    
      #input_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute input_type. 
- 
  
    
      #input_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute input_value. 
Instance Attribute Details
#input_name ⇒ Object
Returns the value of attribute input_name.
| 20 21 22 | # File 'lib/inspec/errors.rb', line 20 def input_name @input_name end | 
#input_type ⇒ Object
Returns the value of attribute input_type.
| 22 23 24 | # File 'lib/inspec/errors.rb', line 22 def input_type @input_type end | 
#input_value ⇒ Object
Returns the value of attribute input_value.
| 21 22 23 | # File 'lib/inspec/errors.rb', line 21 def input_value @input_value end |