class RailsBand::ActiveStorage::Event::Analyze
A wrapper for the event that is passed to ‘analyze.active_storage`.
Public Instance Methods
analyzer()
click to toggle source
# File lib/rails_band/active_storage/event/analyze.rb, line 8 def analyzer @analyzer ||= @event.payload.fetch(:analyzer) end