class ActiveStorage::Attached::Changes::PurgeMany

def initialize(name, record, attachments)

def initialize(name, record, attachments)
  @name, @record, @attachments = name, record, attachments
end