Exception: Shaf::Command::Upgrade::UpgradeFailedError
- Inherits:
-
CommandError
- Object
- StandardError
- CommandError
- Shaf::Command::Upgrade::UpgradeFailedError
- Defined in:
- lib/shaf/command/upgrade.rb
Instance Attribute Summary collapse
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(version) ⇒ UpgradeFailedError
constructor
A new instance of UpgradeFailedError.
Constructor Details
#initialize(version) ⇒ UpgradeFailedError
Returns a new instance of UpgradeFailedError.
11 12 13 |
# File 'lib/shaf/command/upgrade.rb', line 11 def initialize(version) @version = version end |
Instance Attribute Details
#version ⇒ Object (readonly)
Returns the value of attribute version.
9 10 11 |
# File 'lib/shaf/command/upgrade.rb', line 9 def version @version end |