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.
18 19 20 |
# File 'lib/inspec/plugin/v2.rb', line 18 def from_version @from_version end |
#to_version ⇒ Object
Returns the value of attribute to_version.
18 19 20 |
# File 'lib/inspec/plugin/v2.rb', line 18 def to_version @to_version end |