Class: App42::AppTab::LimitStorage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#priceObject

Returns the value of attribute price.



73
74
75
# File 'lib/appTab/PackageData.rb', line 73

def price
  @price
end

#spaceObject

Returns the value of attribute space.



73
74
75
# File 'lib/appTab/PackageData.rb', line 73

def space
  @space
end

#unitObject

Returns the value of attribute unit.



73
74
75
# File 'lib/appTab/PackageData.rb', line 73

def unit
  @unit
end