Class: Ibancom::Resources::IBAN::Bank
- Defined in:
- lib/ibancom/resources/iban/bank.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#address ⇒ Object
Returns the value of attribute address.
-
#bank ⇒ Object
Returns the value of attribute bank.
-
#bank_code ⇒ Object
Returns the value of attribute bank_code.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#branch_code ⇒ Object
Returns the value of attribute branch_code.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_iso ⇒ Object
Returns the value of attribute country_iso.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#www ⇒ Object
Returns the value of attribute www.
-
#zip ⇒ Object
Returns the value of attribute zip.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ibancom::Resources::Base
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def account @account end |
#address ⇒ Object
Returns the value of attribute address.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def address @address end |
#bank ⇒ Object
Returns the value of attribute bank.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def bank @bank end |
#bank_code ⇒ Object
Returns the value of attribute bank_code.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def bank_code @bank_code end |
#bic ⇒ Object
Returns the value of attribute bic.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def bic @bic end |
#branch ⇒ Object
Returns the value of attribute branch.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def branch @branch end |
#branch_code ⇒ Object
Returns the value of attribute branch_code.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def branch_code @branch_code end |
#city ⇒ Object
Returns the value of attribute city.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def country @country end |
#country_iso ⇒ Object
Returns the value of attribute country_iso.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def country_iso @country_iso end |
#email ⇒ Object
Returns the value of attribute email.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def fax @fax end |
#phone ⇒ Object
Returns the value of attribute phone.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def state @state end |
#www ⇒ Object
Returns the value of attribute www.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def www @www end |
#zip ⇒ Object
Returns the value of attribute zip.
7 8 9 |
# File 'lib/ibancom/resources/iban/bank.rb', line 7 def zip @zip end |