Class: Ibancom::Resources::SCAN::Bank
- Defined in:
- lib/ibancom/resources/scan/bank.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#bank ⇒ Object
Returns the value of attribute bank.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#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
#address ⇒ Object
Returns the value of attribute address.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def address @address end |
#bank ⇒ Object
Returns the value of attribute bank.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def bank @bank end |
#bic ⇒ Object
Returns the value of attribute bic.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def bic @bic end |
#branch ⇒ Object
Returns the value of attribute branch.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def branch @branch end |
#city ⇒ Object
Returns the value of attribute city.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def country @country end |
#phone ⇒ Object
Returns the value of attribute phone.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def phone @phone end |
#zip ⇒ Object
Returns the value of attribute zip.
7 8 9 |
# File 'lib/ibancom/resources/scan/bank.rb', line 7 def zip @zip end |