Class: FeatureMap::Private::AssignmentMappers::FeatureGlobs::MappingContext
- Inherits:
-
Struct
- Object
- Struct
- FeatureMap::Private::AssignmentMappers::FeatureGlobs::MappingContext
- Defined in:
- lib/feature_map/private/assignment_mappers/feature_globs.rb
Instance Attribute Summary collapse
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#glob ⇒ Object
Returns the value of attribute glob.
Instance Attribute Details
#feature ⇒ Object
Returns the value of attribute feature
25 26 27 |
# File 'lib/feature_map/private/assignment_mappers/feature_globs.rb', line 25 def feature @feature end |
#glob ⇒ Object
Returns the value of attribute glob
25 26 27 |
# File 'lib/feature_map/private/assignment_mappers/feature_globs.rb', line 25 def glob @glob end |