Class: App::Account

Inherits:
Object
  • Object
show all
Includes:
ORMivore::Entity
Defined in:
app/entities/account.rb

Constant Summary collapse

STATUSES =
%w(active inactive deleted).map(&:to_sym).freeze

Instance Attribute Summary

Attributes included from ORMivore::Entity

#id

Method Summary

Methods included from ORMivore::Entity

#apply, #attributes, #changes, included