Class: FeatureRich::FeatureStruct
- Inherits:
-
Struct
- Object
- Struct
- FeatureRich::FeatureStruct
- Defined in:
- lib/feature-rich/feature.rb
Instance Attribute Summary collapse
-
#features ⇒ Object
Returns the value of attribute features.
-
#group_features ⇒ Object
Returns the value of attribute group_features.
Instance Attribute Details
#features ⇒ Object
Returns the value of attribute features
2 3 4 |
# File 'lib/feature-rich/feature.rb', line 2 def features @features end |
#group_features ⇒ Object
Returns the value of attribute group_features
2 3 4 |
# File 'lib/feature-rich/feature.rb', line 2 def group_features @group_features end |