Class: Hps::HpsAccountType

Inherits:
Object
  • Object
show all
Defined in:
lib/hps/infrastructure/hps_account_type.rb

Class Method Summary collapse

Class Method Details

.checkingObject



3
4
5
# File 'lib/hps/infrastructure/hps_account_type.rb', line 3

def self.checking
  'CHECKING'
end

.savingsObject



7
8
9
# File 'lib/hps/infrastructure/hps_account_type.rb', line 7

def self.savings
  'SAVINGS'
end