Class: XCCache::Command::Rollback
- Inherits:
-
XCCache::Command
- Object
- CLAide::Command
- XCCache::Command
- XCCache::Command::Rollback
- Defined in:
- lib/xccache/command/rollback.rb
Instance Attribute Summary
Attributes inherited from XCCache::Command
#build_options, #install_options
Instance Method Summary collapse
Methods inherited from XCCache::Command
Methods included from XCCache::Config::Mixin
Constructor Details
This class inherits a constructor from XCCache::Command
Instance Method Details
#run ⇒ Object
9 10 11 |
# File 'lib/xccache/command/rollback.rb', line 9 def run Installer::Rollback.new(ctx: self).install! end |