struct

CrystalIBAN::IbanPattern

Inherits Struct < Value < Object

Derived from IbanEntry at load time. Stores the pre-counted field lengths so generate() never re-parses the format. Struct (value type) — lives inline in the Hash, no per-entry heap allocation.

Constructors

new(country : String, country_code : String, bank_code_length : Int32, account_number_length : Int32)
Source

Instance methods

account_number_length
Source
bank_code_length
Source
country
Source
country_code
Source