Class: XCCache::Command::Rollback

Inherits:
XCCache::Command show all
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

#initialize, #str_to_sdks

Methods included from XCCache::Config::Mixin

#config

Constructor Details

This class inherits a constructor from XCCache::Command

Instance Method Details

#runObject



9
10
11
# File 'lib/xccache/command/rollback.rb', line 9

def run
  Installer::Rollback.new(ctx: self).install!
end