Class: XCCache::Command::Remote::Push

Inherits:
XCCache::Command::Remote show all
Defined in:
lib/xccache/command/remote/push.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

#initialize, #str_to_sdks

Methods included from XCCache::Config::Mixin

#config

Constructor Details

This class inherits a constructor from XCCache::Command::Remote

Instance Method Details

#runObject



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

def run
  storage.push
end