Class: SecupayRuby::PayoutAccount
- Inherits:
-
Struct
- Object
- Struct
- SecupayRuby::PayoutAccount
- Defined in:
- lib/secupay_ruby/payout_account.rb
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
2 3 4 |
# File 'lib/secupay_ruby/payout_account.rb', line 2 def bic @bic end |
#iban ⇒ Object
Returns the value of attribute iban
2 3 4 |
# File 'lib/secupay_ruby/payout_account.rb', line 2 def iban @iban end |