Module: GenesisRuby::Api::Mixins::Requests::Financial::BankAttributes
- Defined in:
- lib/genesis_ruby/api/mixins/requests/financial/bank_attributes.rb
Overview
Bank Attributes mixin
Instance Attribute Summary collapse
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#iban ⇒ Object
Returns the value of attribute iban.
Instance Attribute Details
#bic ⇒ Object
Returns the value of attribute bic.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/bank_attributes.rb', line 11 def bic @bic end |
#iban ⇒ Object
Returns the value of attribute iban.
11 12 13 |
# File 'lib/genesis_ruby/api/mixins/requests/financial/bank_attributes.rb', line 11 def iban @iban end |