Class: App42::AppTab::BandwidthData
- Inherits:
-
Object
- Object
- App42::AppTab::BandwidthData
- Defined in:
- lib/appTab/PackageData.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#limitBandwidth ⇒ Object
Returns the value of attribute limitBandwidth.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#usage ⇒ Object
Returns the value of attribute usage.
Instance Method Summary collapse
-
#initialize(band) ⇒ BandwidthData
constructor
A new instance of BandwidthData.
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
#description ⇒ Object
Returns the value of attribute description.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def description @description end |
#limitBandwidth ⇒ Object
Returns the value of attribute limitBandwidth.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def limitBandwidth @limitBandwidth end |
#name ⇒ Object
Returns the value of attribute name.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def price @price end |
#unit ⇒ Object
Returns the value of attribute unit.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def unit @unit end |
#usage ⇒ Object
Returns the value of attribute usage.
37 38 39 |
# File 'lib/appTab/PackageData.rb', line 37 def usage @usage end |