Class: App42::AppTab::LicenseTransaction

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.


28
29
30
# File 'lib/appTab/Bill.rb', line 28

def cost
  @cost
end

#currencyObject

Returns the value of attribute currency.


28
29
30
# File 'lib/appTab/Bill.rb', line 28

def currency
  @currency
end

#totalCostObject

Returns the value of attribute totalCost.


28
29
30
# File 'lib/appTab/Bill.rb', line 28

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.


28
29
30
# File 'lib/appTab/Bill.rb', line 28

def totalUsage
  @totalUsage
end

#transactionListObject

Returns the value of attribute transactionList.


28
29
30
# File 'lib/appTab/Bill.rb', line 28

def transactionList
  @transactionList
end