new(name, record, attachment)
public

No documentation available.

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