Sha256: 4e016fb8c7537565847d07d73d709ea2d2b9c1473c12de392ce2b9fade4657c5

Contents?: true

Size: 193 Bytes

Versions: 21

Compression:

Stored size: 193 Bytes

Contents

# encoding: utf-8
module SEPA
  class CreditorAccount < Account
    attr_accessor :creditor_identifier

    validates_with CreditorIdentifierValidator, message: "%{value} is invalid"
  end
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
sepa_king-0.14.0 lib/sepa_king/account/creditor_account.rb
sepa_king-0.13.0 lib/sepa_king/account/creditor_account.rb
sepa_king_codeur-0.12.1 lib/sepa_king/account/creditor_account.rb
sepa_king-0.12.0 lib/sepa_king/account/creditor_account.rb
sepa_king-0.11.2 lib/sepa_king/account/creditor_account.rb
sepa_king-0.11.1 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.12.2 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.12.1 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.12.0 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.6 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.5 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.4 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.3 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.2 lib/sepa_king/account/creditor_account.rb
sepa_king-0.11.0 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.1 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.11.0 lib/sepa_king/account/creditor_account.rb
sepa_king_extended-0.10.1 lib/sepa_king/account/creditor_account.rb
sepa_king-0.10.1 lib/sepa_king/account/creditor_account.rb
sepa_king-0.10.0 lib/sepa_king/account/creditor_account.rb