Class: App42::AppTab::StorageData

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def description
  @description
end

#limitStorageObject

Returns the value of attribute limitStorage.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def limitStorage
  @limitStorage
end

#nameObject

Returns the value of attribute name.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def name
  @name
end

#priceObject

Returns the value of attribute price.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def price
  @price
end

#spaceObject

Returns the value of attribute space.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def space
  @space
end

#unitObject

Returns the value of attribute unit.



60
61
62
# File 'lib/appTab/PackageData.rb', line 60

def unit
  @unit
end