Class: App42::AppTab::FeatureData
- Inherits:
-
Object
- Object
- App42::AppTab::FeatureData
- Defined in:
- lib/appTab/PackageData.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#price ⇒ Object
Returns the value of attribute price.
Instance Method Summary collapse
-
#initialize(fea) ⇒ FeatureData
constructor
A new instance of FeatureData.
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
#description ⇒ Object
Returns the value of attribute description.
27 28 29 |
# File 'lib/appTab/PackageData.rb', line 27 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
27 28 29 |
# File 'lib/appTab/PackageData.rb', line 27 def name @name end |
#price ⇒ Object
Returns the value of attribute price.
27 28 29 |
# File 'lib/appTab/PackageData.rb', line 27 def price @price end |