Class: App42::AppTab::Usage

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

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#bandwidthListObject

Returns the value of attribute bandwidthList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def bandwidthList
  @bandwidthList
end

#customListObject

Returns the value of attribute customList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def customList
  @customList
end

#featureListObject

Returns the value of attribute featureList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def featureList
  @featureList
end

#levelListObject

Returns the value of attribute levelList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def levelList
  @levelList
end

#oneTimeListObject

Returns the value of attribute oneTimeList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def oneTimeList
  @oneTimeList
end

#storageListObject

Returns the value of attribute storageList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def storageList
  @storageList
end

#timeListObject

Returns the value of attribute timeList.



12
13
14
# File 'lib/appTab/Usage.rb', line 12

def timeList
  @timeList
end