Class: App42::AppTab::Bill

Inherits:
App42Response show all
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

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#bandwidthTransactionObject

Returns the value of attribute bandwidthTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def bandwidthTransaction
  @bandwidthTransaction
end

#currencyObject

Returns the value of attribute currency.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def currency
  @currency
end

#featureTransactionObject

Returns the value of attribute featureTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def featureTransaction
  @featureTransaction
end

#levelTransactionObject

Returns the value of attribute levelTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def levelTransaction
  @levelTransaction
end

#licenseTransactionObject

Returns the value of attribute licenseTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def licenseTransaction
  @licenseTransaction
end

#monthObject

Returns the value of attribute month.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def month
  @month
end

#storageTransactionObject

Returns the value of attribute storageTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def storageTransaction
  @storageTransaction
end

#timeTransactionObject

Returns the value of attribute timeTransaction.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def timeTransaction
  @timeTransaction
end

#totalCostObject

Returns the value of attribute totalCost.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def totalCost
  @totalCost
end

#totalUsageObject

Returns the value of attribute totalUsage.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def totalUsage
  @totalUsage
end

#transactionIdObject

Returns the value of attribute transactionId.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def transactionId
  @transactionId
end

#usageNameObject

Returns the value of attribute usageName.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def usageName
  @usageName
end

#userNameObject

Returns the value of attribute userName.



10
11
12
# File 'lib/appTab/Bill.rb', line 10

def userName
  @userName
end