Class: FeatureToggle::Syntax::Feature
- Inherits:
-
Object
- Object
- FeatureToggle::Syntax::Feature
- Includes:
- Shared
- Defined in:
- lib/feature_toggle/syntax/feature.rb
Instance Attribute Summary collapse
-
#childrens ⇒ Object
readonly
Returns the value of attribute childrens.
Instance Method Summary collapse
Methods included from Shared
Instance Attribute Details
#childrens ⇒ Object (readonly)
Returns the value of attribute childrens.
6 7 8 |
# File 'lib/feature_toggle/syntax/feature.rb', line 6 def childrens @childrens end |