Class: CiCache::Get
- Inherits:
-
Object
- Object
- CiCache::Get
- Defined in:
- lib/ci-cache/get.rb
Instance Method Summary collapse
-
#initialize(context) ⇒ Get
constructor
A new instance of Get.
- #run ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
9 10 11 12 13 |
# File 'lib/ci-cache/get.rb', line 9 def run download_archive download_hash_file extract_archive end |