Class: App42::AppTab::TimeTransaction
- Inherits:
-
Object
- Object
- App42::AppTab::TimeTransaction
- 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.
-
#time ⇒ Object
Returns the value of attribute time.
-
#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.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def cost @cost end |
#currency ⇒ Object
Returns the value of attribute currency.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def currency @currency end |
#time ⇒ Object
Returns the value of attribute time.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def time @time end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def totalUsage @totalUsage end |
#transactionList ⇒ Object
Returns the value of attribute transactionList.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def transactionList @transactionList end |
#unit ⇒ Object
Returns the value of attribute unit.
154 155 156 |
# File 'lib/appTab/Bill.rb', line 154 def unit @unit end |