Sha256: c373d0fb26bfde496eb501d5d0bad660ace0e97264f3a88f46e9f8fba798e22b
Contents?: true
Size: 423 Bytes
Versions: 3
Compression:
Stored size: 423 Bytes
Contents
module BankTools module GB module Errors ACCOUNT_TOO_SHORT = :account_too_short ACCOUNT_TOO_LONG = :account_too_long SORT_CODE_TOO_SHORT = :sort_code_too_short SORT_CODE_TOO_LONG = :sort_code_too_long ACCOUNT_INVALID_CHARACTERS = :account_invalid_characters SORT_CODE_INVALID_CHARACTERS = :sort_code_invalid_characters end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
banktools-gb-0.13.1 | lib/banktools-gb/errors.rb |
banktools-gb-0.13.0 | lib/banktools-gb/errors.rb |
banktools-gb-0.12.0 | lib/banktools-gb/errors.rb |