class Hps::HpsAccountType

Public Class Methods

checking() click to toggle source
# File lib/hps/infrastructure/hps_account_type.rb, line 3
def self.checking
  'CHECKING'
end
savings() click to toggle source
# File lib/hps/infrastructure/hps_account_type.rb, line 7
def self.savings
  'SAVINGS'
end