class Ibandit::GermanDetailsConverter::BaseRule
IBAN
Rules #
Public Class Methods
Source
# File lib/ibandit/german_details_converter.rb, line 34 def initialize(bank_code, account_number) @bank_code = bank_code @account_number = account_number end
Public Instance Methods
Source
# File lib/ibandit/german_details_converter.rb, line 39 def converted_details raise NotImplementedError, "Concrete RuleXXXXXX classes should " \ "define a converted_details function" end