Class: BankingData::GermanBank

Inherits:
Bank
  • Object
show all
Extended by:
ActiveModel::Naming
Includes:
ActiveModel::AttributeMethods, ActiveModel::Conversion
Defined in:
lib/banking_data/german_bank.rb

Constant Summary collapse

LOCALE =
:de

Instance Attribute Summary collapse

Class Method Summary collapse

Methods inherited from Bank

#initialize, query, where

Constructor Details

This class inherits a constructor from BankingData::Bank

Instance Attribute Details

#bicObject

Returns the value of attribute bic.



10
11
12
# File 'lib/banking_data/german_bank.rb', line 10

def bic
  @bic
end

#blzObject

Returns the value of attribute blz.



10
11
12
# File 'lib/banking_data/german_bank.rb', line 10

def blz
  @blz
end

Class Method Details

.allObject



17
18
19
# File 'lib/banking_data/german_bank.rb', line 17

def all
  @@all ||= get_all
end