Class: XCCache::Command::Remote::Pull
- Inherits:
-
XCCache::Command::Remote
- Object
- CLAide::Command
- XCCache::Command
- XCCache::Command::Remote
- XCCache::Command::Remote::Pull
- Defined in:
- lib/xccache/command/remote/pull.rb
Instance Attribute Summary
Attributes inherited from XCCache::Command
#build_options, #install_options
Instance Method Summary collapse
Methods inherited from XCCache::Command::Remote
#initialize, options, #storage
Methods inherited from XCCache::Command
Methods included from XCCache::Config::Mixin
Constructor Details
This class inherits a constructor from XCCache::Command::Remote
Instance Method Details
#run ⇒ Object
9 10 11 |
# File 'lib/xccache/command/remote/pull.rb', line 9 def run storage.pull end |