This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-06-14 18:01:27 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class Form::DeleteConfirmation
|
|
|
|
include ActiveModel::Model
|
|
|
|
|
2019-09-15 21:08:39 +02:00
|
|
|
attr_accessor :password, :username
|
2017-06-14 18:01:27 +02:00
|
|
|
end
|