Class: App42::AppTab::LimitBandwidth

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lim) ⇒ LimitBandwidth

Returns a new instance of LimitBandwidth.



54
55
56
# File 'lib/appTab/PackageData.rb', line 54

def initialize(lim)
  lim.limitBandwidth = (self)
end

Instance Attribute Details

#bandwidthObject

Returns the value of attribute bandwidth.



50
51
52
# File 'lib/appTab/PackageData.rb', line 50

def bandwidth
  @bandwidth
end

#priceObject

Returns the value of attribute price.



50
51
52
# File 'lib/appTab/PackageData.rb', line 50

def price
  @price
end

#unitObject

Returns the value of attribute unit.



50
51
52
# File 'lib/appTab/PackageData.rb', line 50

def unit
  @unit
end