class RailsBand::ActiveStorage::Event::ServiceDownload
A wrapper for the event that is passed to ‘service_download.active_storage`.
Public Instance Methods
key()
click to toggle source
# File lib/rails_band/active_storage/event/service_download.rb, line 8 def key return @key if defined? @key @key = @event.payload[:key] end
service()
click to toggle source
# File lib/rails_band/active_storage/event/service_download.rb, line 14 def service @service ||= @event.payload.fetch(:service) end