Class: App42::AppTab::FeatureData

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fea) ⇒ FeatureData

Returns a new instance of FeatureData.



31
32
33
# File 'lib/appTab/PackageData.rb', line 31

def initialize(fea)
  fea.featureData = (self)
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



27
28
29
# File 'lib/appTab/PackageData.rb', line 27

def description
  @description
end

#nameObject

Returns the value of attribute name.



27
28
29
# File 'lib/appTab/PackageData.rb', line 27

def name
  @name
end

#priceObject

Returns the value of attribute price.



27
28
29
# File 'lib/appTab/PackageData.rb', line 27

def price
  @price
end