Class: EwayRapid::Models::BalancePerCardType
- Inherits:
-
Object
- Object
- EwayRapid::Models::BalancePerCardType
- Defined in:
- lib/eway_rapid/models/models.rb
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#credit ⇒ Object
Returns the value of attribute credit.
-
#debit ⇒ Object
Returns the value of attribute debit.
-
#number_of_transactions ⇒ Object
Returns the value of attribute number_of_transactions.
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
403 404 405 |
# File 'lib/eway_rapid/models/models.rb', line 403 def balance @balance end |
#card_type ⇒ Object
Returns the value of attribute card_type.
399 400 401 |
# File 'lib/eway_rapid/models/models.rb', line 399 def card_type @card_type end |
#credit ⇒ Object
Returns the value of attribute credit.
401 402 403 |
# File 'lib/eway_rapid/models/models.rb', line 401 def credit @credit end |
#debit ⇒ Object
Returns the value of attribute debit.
402 403 404 |
# File 'lib/eway_rapid/models/models.rb', line 402 def debit @debit end |
#number_of_transactions ⇒ Object
Returns the value of attribute number_of_transactions.
400 401 402 |
# File 'lib/eway_rapid/models/models.rb', line 400 def number_of_transactions @number_of_transactions end |