Exception: Inspec::Plugin::V2::UpdateError
- Inherits:
- 
      GemActionError
      
        - Object
- StandardError
- Error
- Exception
- GemActionError
- Inspec::Plugin::V2::UpdateError
 
- Defined in:
- lib/inspec/plugin/v2.rb
Instance Attribute Summary collapse
- 
  
    
      #from_version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute from_version. 
- 
  
    
      #to_version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute to_version. 
Attributes inherited from GemActionError
Instance Attribute Details
#from_version ⇒ Object
Returns the value of attribute from_version.
| 22 23 24 | # File 'lib/inspec/plugin/v2.rb', line 22 def from_version @from_version end | 
#to_version ⇒ Object
Returns the value of attribute to_version.
| 22 23 24 | # File 'lib/inspec/plugin/v2.rb', line 22 def to_version @to_version end |