Class: NationalIdentificationNumber::Finnish
- Defined in:
- lib/national_identification_number/finnish.rb
Constant Summary collapse
- CHECKSUMS =
%w{ 0 1 2 3 4 5 6 7 8 9 A B C D E F H J K L M N P R S T U V W X Y }
Instance Attribute Summary collapse
-
#date ⇒ Object
readonly
Returns the value of attribute date.
Method Summary
Methods inherited from Base
#==, #age, #initialize, #sanitize, #to_s, #valid?
Constructor Details
This class inherits a constructor from NationalIdentificationNumber::Base
Instance Attribute Details
#date ⇒ Object (readonly)
Returns the value of attribute date.
6 7 8 |
# File 'lib/national_identification_number/finnish.rb', line 6 def date @date end |