class App42::AppTab::BandwidthData

Attributes

description[RW]
limitBandwidth[RW]
name[RW]
price[RW]
unit[RW]
usage[RW]

Public Class Methods

new(band) click to toggle source
# File lib/appTab/PackageData.rb, line 44
def initialize(band)
  band.bandwidthData = (self)
end