Class: App42::AppTab::LimitBandwidth
- Inherits:
-
Object
- Object
- App42::AppTab::LimitBandwidth
- Defined in:
- lib/appTab/PackageData.rb
Instance Attribute Summary collapse
-
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
-
#price ⇒ Object
Returns the value of attribute price.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Method Summary collapse
-
#initialize(lim) ⇒ LimitBandwidth
constructor
A new instance of LimitBandwidth.
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
#bandwidth ⇒ Object
Returns the value of attribute bandwidth.
50 51 52 |
# File 'lib/appTab/PackageData.rb', line 50 def bandwidth @bandwidth end |
#price ⇒ Object
Returns the value of attribute price.
50 51 52 |
# File 'lib/appTab/PackageData.rb', line 50 def price @price end |
#unit ⇒ Object
Returns the value of attribute unit.
50 51 52 |
# File 'lib/appTab/PackageData.rb', line 50 def unit @unit end |