Sha256: 800340cc228dbdcd159aa56fa1736d39ebe8f1ab85fcbb2470f0f89dfeaaa326
Contents?: true
Size: 390 Bytes
Versions: 2
Compression:
Stored size: 390 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 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
banktools-gb-0.3.0 | lib/banktools-gb/errors.rb |
banktools-gb-0.1.0 | lib/banktools-gb/errors.rb |