3 class BankAccount < AbstractAccount
5 #include DataMapper::Resource
7 #property :account_subtype, DataMapper::Types::Enum
8 property :account_number, String
9 property :routing_number, String, :length => 20
10 property :bank_name, String, :length => 50