Class: App42::AppTab::BandwidthData

Inherits:
Object
  • Object
show all
Defined in:
lib/appTab/PackageData.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(band) ⇒ BandwidthData

Returns a new instance of BandwidthData.



44
45
46
# File 'lib/appTab/PackageData.rb', line 44

def initialize(band)
  band.bandwidthData = (self)
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def description
  @description
end

#limitBandwidthObject

Returns the value of attribute limitBandwidth.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def limitBandwidth
  @limitBandwidth
end

#nameObject

Returns the value of attribute name.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def name
  @name
end

#priceObject

Returns the value of attribute price.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def price
  @price
end

#unitObject

Returns the value of attribute unit.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def unit
  @unit
end

#usageObject

Returns the value of attribute usage.



37
38
39
# File 'lib/appTab/PackageData.rb', line 37

def usage
  @usage
end