class Valvat::Checksum::AT
Public Instance Methods
check_digit()
click to toggle source
# File lib/valvat/checksum/at.rb, line 6 def check_digit chk = 96 - sum_of_figures_for_at_es_it_se chk.to_s[-1].to_i end
str_wo_country()
click to toggle source
Calls superclass method
Valvat::Checksum::Base#str_wo_country
# File lib/valvat/checksum/at.rb, line 11 def str_wo_country super[1..] end