Current section

Files

Jump to
nodeping lib nodeping account_structs subaccount.ex
Raw

lib/nodeping/account_structs/subaccount.ex

defmodule NodePing.Accounts.SubAccount do
@moduledoc false
@enforce_keys [:contactname, :email, :timezone, :location]
defstruct name: nil,
contactname: nil,
autodiagnotifications: false,
email: nil,
timezone: nil,
location: nil,
emailme: false
end