Class: BankingData::DutchBank
- Extended by:
- ActiveModel::Naming
- Includes:
- ActiveModel::AttributeMethods, ActiveModel::Conversion
- Defined in:
- lib/banking_data/dutch_bank.rb
Constant Summary collapse
- LOCALE =
:nl
Instance Attribute Summary collapse
-
#bank_id ⇒ Object
Returns the value of attribute bank_id.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#name ⇒ Object
Returns the value of attribute name.
Class Method Summary collapse
Methods inherited from Bank
Constructor Details
This class inherits a constructor from BankingData::Bank
Instance Attribute Details
#bank_id ⇒ Object
Returns the value of attribute bank_id.
10 11 12 |
# File 'lib/banking_data/dutch_bank.rb', line 10 def bank_id @bank_id end |
#bic ⇒ Object
Returns the value of attribute bic.
10 11 12 |
# File 'lib/banking_data/dutch_bank.rb', line 10 def bic @bic end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/banking_data/dutch_bank.rb', line 10 def name @name end |
Class Method Details
.all ⇒ Object
17 18 19 |
# File 'lib/banking_data/dutch_bank.rb', line 17 def all @@all ||= get_all end |