Class: App42::AppTab::Usage
- Inherits:
-
App42Response
- Object
- App42Response
- App42::AppTab::Usage
- Defined in:
- lib/appTab/Usage.rb
Overview
This Usage object is the value object which contains the properties of Usage along with the setter & getter for those properties.
Instance Attribute Summary collapse
-
#bandwidthList ⇒ Object
Returns the value of attribute bandwidthList.
-
#customList ⇒ Object
Returns the value of attribute customList.
-
#featureList ⇒ Object
Returns the value of attribute featureList.
-
#levelList ⇒ Object
Returns the value of attribute levelList.
-
#oneTimeList ⇒ Object
Returns the value of attribute oneTimeList.
-
#storageList ⇒ Object
Returns the value of attribute storageList.
-
#timeList ⇒ Object
Returns the value of attribute timeList.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#bandwidthList ⇒ Object
Returns the value of attribute bandwidthList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def bandwidthList @bandwidthList end |
#customList ⇒ Object
Returns the value of attribute customList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def customList @customList end |
#featureList ⇒ Object
Returns the value of attribute featureList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def featureList @featureList end |
#levelList ⇒ Object
Returns the value of attribute levelList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def levelList @levelList end |
#oneTimeList ⇒ Object
Returns the value of attribute oneTimeList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def oneTimeList @oneTimeList end |
#storageList ⇒ Object
Returns the value of attribute storageList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def storageList @storageList end |
#timeList ⇒ Object
Returns the value of attribute timeList.
12 13 14 |
# File 'lib/appTab/Usage.rb', line 12 def timeList @timeList end |