Class: QPay::Account
- Inherits:
-
Struct
- Object
- Struct
- QPay::Account
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#account_bank_code ⇒ Object
Returns the value of attribute account_bank_code.
-
#account_currency ⇒ Object
Returns the value of attribute account_currency.
-
#account_name ⇒ Object
Returns the value of attribute account_name.
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#iban_number ⇒ Object
Returns the value of attribute iban_number.
-
#is_default ⇒ Object
Returns the value of attribute is_default.
Instance Attribute Details
#account_bank_code ⇒ Object
Returns the value of attribute account_bank_code
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def account_bank_code @account_bank_code end |
#account_currency ⇒ Object
Returns the value of attribute account_currency
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def account_currency @account_currency end |
#account_name ⇒ Object
Returns the value of attribute account_name
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def account_name @account_name end |
#account_number ⇒ Object
Returns the value of attribute account_number
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def account_number @account_number end |
#iban_number ⇒ Object
Returns the value of attribute iban_number
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def iban_number @iban_number end |
#is_default ⇒ Object
Returns the value of attribute is_default
36 37 38 |
# File 'lib/qpay/models.rb', line 36 def is_default @is_default end |