Class: App42::AppTab::LimitStorage
- Inherits:
-
Object
- Object
- App42::AppTab::LimitStorage
- Defined in:
- lib/appTab/PackageData.rb
Instance Attribute Summary collapse
-
#price ⇒ Object
Returns the value of attribute price.
-
#space ⇒ Object
Returns the value of attribute space.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Method Summary collapse
-
#initialize(lim) ⇒ LimitStorage
constructor
A new instance of LimitStorage.
Constructor Details
#initialize(lim) ⇒ LimitStorage
Returns a new instance of LimitStorage.
77 78 79 |
# File 'lib/appTab/PackageData.rb', line 77 def initialize(lim) lim.limitStorage = (self) end |
Instance Attribute Details
#price ⇒ Object
Returns the value of attribute price.
73 74 75 |
# File 'lib/appTab/PackageData.rb', line 73 def price @price end |
#space ⇒ Object
Returns the value of attribute space.
73 74 75 |
# File 'lib/appTab/PackageData.rb', line 73 def space @space end |
#unit ⇒ Object
Returns the value of attribute unit.
73 74 75 |
# File 'lib/appTab/PackageData.rb', line 73 def unit @unit end |