Sha256: 1249b243101d081394711bb5e30428a920a2315e64ae34302b1acf84fedcb3c8
Contents?: true
Size: 341 Bytes
Versions: 26
Compression:
Stored size: 341 Bytes
Contents
class Terraspace::Cloud::Upload class Base < Terraspace::Cloud::Base def initialize(options={}) super @type = options[:type] end # final zip dest def zip_path "#{artifacts_path}.zip" end def artifacts_path "#{@mod.cache_dir}/.terraspace-cache/.cache2/artifacts/#{@type}" end end end
Version data entries
26 entries across 26 versions & 1 rubygems