Class: App42::AppTab::StorageData
- Inherits:
-
Object
- Object
- App42::AppTab::StorageData
- Defined in:
- lib/appTab/PackageData.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#limitStorage ⇒ Object
Returns the value of attribute limitStorage.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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(stor) ⇒ StorageData
constructor
A new instance of StorageData.
Constructor Details
#initialize(stor) ⇒ StorageData
Returns a new instance of StorageData.
67 68 69 |
# File 'lib/appTab/PackageData.rb', line 67 def initialize(stor) stor.storageData = (self) end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def description @description end |
#limitStorage ⇒ Object
Returns the value of attribute limitStorage.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def limitStorage @limitStorage end |
#name ⇒ Object
Returns the value of attribute name.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def price @price end |
#space ⇒ Object
Returns the value of attribute space.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def space @space end |
#unit ⇒ Object
Returns the value of attribute unit.
60 61 62 |
# File 'lib/appTab/PackageData.rb', line 60 def unit @unit end |