new(name, record, attachments)
public

No documentation available.

# File activestorage/lib/active_storage/attached/changes/purge_many.rb, line 7
    def initialize(name, record, attachments)
      @name, @record, @attachments = name, record, attachments
    end