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.
363 364 365 |
# File 'lib/eway_rapid/models/models.rb', line 363 def balance @balance end |
#card_type ⇒ Object
Returns the value of attribute card_type.
359 360 361 |
# File 'lib/eway_rapid/models/models.rb', line 359 def card_type @card_type end |
#credit ⇒ Object
Returns the value of attribute credit.
361 362 363 |
# File 'lib/eway_rapid/models/models.rb', line 361 def credit @credit end |
#debit ⇒ Object
Returns the value of attribute debit.
362 363 364 |
# File 'lib/eway_rapid/models/models.rb', line 362 def debit @debit end |
#number_of_transactions ⇒ Object
Returns the value of attribute number_of_transactions.
360 361 362 |
# File 'lib/eway_rapid/models/models.rb', line 360 def number_of_transactions @number_of_transactions end |