Class: App42::AppTab::FeatureTransaction

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.



104
105
106
# File 'lib/appTab/Bill.rb', line 104

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.



104
105
106
# File 'lib/appTab/Bill.rb', line 104

def currency
  @currency
end

#totalCostObject

Returns the value of attribute totalCost.



104
105
106
# File 'lib/appTab/Bill.rb', line 104

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.



104
105
106
# File 'lib/appTab/Bill.rb', line 104

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.



104
105
106
# File 'lib/appTab/Bill.rb', line 104

def transactionList
  @transactionList
end