Class: App42::AppTab::StorageTransaction
- Inherits:
-
Object
- Object
- App42::AppTab::StorageTransaction
- 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.
-
#space ⇒ Object
Returns the value of attribute space.
-
#totalCost ⇒ Object
Returns the value of attribute totalCost.
-
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
-
#transactionList ⇒ Object
Returns the value of attribute transactionList.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def cost @cost end |
#currency ⇒ Object
Returns the value of attribute currency.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def currency @currency end |
#space ⇒ Object
Returns the value of attribute space.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def space @space end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def totalUsage @totalUsage end |
#transactionList ⇒ Object
Returns the value of attribute transactionList.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def transactionList @transactionList end |
#unit ⇒ Object
Returns the value of attribute unit.
54 55 56 |
# File 'lib/appTab/Bill.rb', line 54 def unit @unit end |