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