Class: App42::AppTab::LevelTransaction

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.


81
82
83
# File 'lib/appTab/Bill.rb', line 81

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.


81
82
83
# File 'lib/appTab/Bill.rb', line 81

def currency
  @currency
end

#totalCostObject

Returns the value of attribute totalCost.


81
82
83
# File 'lib/appTab/Bill.rb', line 81

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.


81
82
83
# File 'lib/appTab/Bill.rb', line 81

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.


81
82
83
# File 'lib/appTab/Bill.rb', line 81

def transactionList
  @transactionList
end