Class: App42::AppTab::LicenseTransaction
- Inherits:
-
Object
- Object
- App42::AppTab::LicenseTransaction
- 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.
-
#totalCost ⇒ Object
Returns the value of attribute totalCost.
-
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
-
#transactionList ⇒ Object
Returns the value of attribute transactionList.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost.
28 29 30 |
# File 'lib/appTab/Bill.rb', line 28 def cost @cost end |
#currency ⇒ Object
Returns the value of attribute currency.
28 29 30 |
# File 'lib/appTab/Bill.rb', line 28 def currency @currency end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
28 29 30 |
# File 'lib/appTab/Bill.rb', line 28 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
28 29 30 |
# File 'lib/appTab/Bill.rb', line 28 def totalUsage @totalUsage end |
#transactionList ⇒ Object
Returns the value of attribute transactionList.
28 29 30 |
# File 'lib/appTab/Bill.rb', line 28 def transactionList @transactionList end |