Class: App42::AppTab::TimeTransaction

Inherits:
Object
  • Object
show all
Defined in:
lib/appTab/Bill.rb

Instance Attribute Summary collapse

Instance Attribute Details

#costObject

Returns the value of attribute cost.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def currency
  @currency
end

#timeObject

Returns the value of attribute time.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def time
  @time
end

#totalCostObject

Returns the value of attribute totalCost.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def transactionList
  @transactionList
end

#unitObject

Returns the value of attribute unit.


154
155
156
# File 'lib/appTab/Bill.rb', line 154

def unit
  @unit
end