From 1daf62f05c19e6f96d16d3688055dfd20d89d2b8 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 23 May 2011 20:37:54 +0200 Subject: - add tests - remove notes - fix minamount for subaccounts --- bank-eiffel/retireeaccount.e | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'bank-eiffel/retireeaccount.e') diff --git a/bank-eiffel/retireeaccount.e b/bank-eiffel/retireeaccount.e index cf9bc91..3db0cd4 100644 --- a/bank-eiffel/retireeaccount.e +++ b/bank-eiffel/retireeaccount.e @@ -1,18 +1,22 @@ -note - description: "Summary description for {RETIREEACCOUNT}." - author: "" - date: "$Date$" - revision: "$Revision$" - class RETIREEACCOUNT inherit ACCOUNT - + redefine + set_default_transfer_minamount + end + create make +feature {NONE} -- Implementation + + set_default_transfer_minamount + do + set_transfer_minamount (1.0) + end + invariant authorized_signers_only_one: authorized_signers.count = 1 authorized_signers_attached: authorized_signers.linear_representation /= Void -- cgit v1.2.3