Class: Hps::HpsAccountType
- Inherits:
-
Object
- Object
- Hps::HpsAccountType
- Defined in:
- lib/hps/infrastructure/hps_account_type.rb
Class Method Summary collapse
Class Method Details
.checking ⇒ Object
3 4 5 |
# File 'lib/hps/infrastructure/hps_account_type.rb', line 3 def self.checking 'CHECKING' end |
.savings ⇒ Object
7 8 9 |
# File 'lib/hps/infrastructure/hps_account_type.rb', line 7 def self.savings 'SAVINGS' end |