Class: App42::AppTab::Bill
- Inherits:
-
App42Response
- Object
- App42Response
- App42::AppTab::Bill
- Defined in:
- lib/appTab/Bill.rb
Overview
This Bill object is the value object which contains the properties of Bill along with the setter & getter for those properties.
Instance Attribute Summary collapse
-
#bandwidthTransaction ⇒ Object
Returns the value of attribute bandwidthTransaction.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#featureTransaction ⇒ Object
Returns the value of attribute featureTransaction.
-
#levelTransaction ⇒ Object
Returns the value of attribute levelTransaction.
-
#licenseTransaction ⇒ Object
Returns the value of attribute licenseTransaction.
-
#month ⇒ Object
Returns the value of attribute month.
-
#storageTransaction ⇒ Object
Returns the value of attribute storageTransaction.
-
#timeTransaction ⇒ Object
Returns the value of attribute timeTransaction.
-
#totalCost ⇒ Object
Returns the value of attribute totalCost.
-
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
-
#transactionId ⇒ Object
Returns the value of attribute transactionId.
-
#usageName ⇒ Object
Returns the value of attribute usageName.
-
#userName ⇒ Object
Returns the value of attribute userName.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#bandwidthTransaction ⇒ Object
Returns the value of attribute bandwidthTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def bandwidthTransaction @bandwidthTransaction end |
#currency ⇒ Object
Returns the value of attribute currency.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def currency @currency end |
#featureTransaction ⇒ Object
Returns the value of attribute featureTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def featureTransaction @featureTransaction end |
#levelTransaction ⇒ Object
Returns the value of attribute levelTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def levelTransaction @levelTransaction end |
#licenseTransaction ⇒ Object
Returns the value of attribute licenseTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def licenseTransaction @licenseTransaction end |
#month ⇒ Object
Returns the value of attribute month.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def month @month end |
#storageTransaction ⇒ Object
Returns the value of attribute storageTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def storageTransaction @storageTransaction end |
#timeTransaction ⇒ Object
Returns the value of attribute timeTransaction.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def timeTransaction @timeTransaction end |
#totalCost ⇒ Object
Returns the value of attribute totalCost.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def totalCost @totalCost end |
#totalUsage ⇒ Object
Returns the value of attribute totalUsage.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def totalUsage @totalUsage end |
#transactionId ⇒ Object
Returns the value of attribute transactionId.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def transactionId @transactionId end |
#usageName ⇒ Object
Returns the value of attribute usageName.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def usageName @usageName end |
#userName ⇒ Object
Returns the value of attribute userName.
10 11 12 |
# File 'lib/appTab/Bill.rb', line 10 def userName @userName end |