Sha256: 2bbd211a740afcfd50713723ed0e5283cff50c3112f476837954982eb7160a98
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
module Banktools module GB module Errors ACCOUNT_NUMBER_TOO_SHORT = :account_number_too_short ACCOUNT_NUMBER_TOO_LONG = :account_number_too_long SORT_CODE_WITH_WRONG_LENGTH = :sort_code_with_wrong_length SORT_CODE_INVALID_CHARACTERS = :sort_code_invalid_characters ACCOUNT_NUMBER_INVALID_CHARACTERS = :account_number_invalid_characters ACCOUNT_NUMBER_DOES_NOT_MATCH_SORT_CODE = :account_number_does_not_match_sort_code end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
banktools-gb-0.4.0 | lib/banktools-gb/errors.rb |