Class: App42::AppTab::LevelTransaction
- Inherits:
-
Object
- Object
- App42::AppTab::LevelTransaction
- Defined in:
- lib/appTab/Bill.rb
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#totalCost ⇒ Object
Returns the value of attribute totalCost.
-
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
-
#transactionList ⇒ Object
Returns the value of attribute transactionList.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost.
81 82 83 |
# File 'lib/appTab/Bill.rb', line 81 def cost @cost end |
#currency ⇒ Object
Returns the value of attribute currency.
81 82 83 |
# File 'lib/appTab/Bill.rb', line 81 def currency @currency end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
81 82 83 |
# File 'lib/appTab/Bill.rb', line 81 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
81 82 83 |
# File 'lib/appTab/Bill.rb', line 81 def totalUsage @totalUsage end |
#transactionList ⇒ Object
Returns the value of attribute transactionList.
81 82 83 |
# File 'lib/appTab/Bill.rb', line 81 def transactionList @transactionList end |