Sha256: cfd838ba15ce4c5a2935507653300e178876adc679360ae065d6cecfae45bc90
Contents?: true
Size: 360 Bytes
Versions: 37
Compression:
Stored size: 360 Bytes
Contents
require "alephant/broker/load_strategy/s3/base" module Alephant module Broker module LoadStrategy module S3 class Archived < Base def s3_path(component_meta) component_meta.id.tap do |location| raise InvalidCacheKey if location.nil? end end end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems