Class: RgGen::Core::Builder::SimpleFeatureEntry
- Inherits:
-
FeatureEntryBase
- Object
- FeatureEntryBase
- RgGen::Core::Builder::SimpleFeatureEntry
- Defined in:
- lib/rggen/core/builder/simple_feature_entry.rb
Instance Attribute Summary
Attributes inherited from FeatureEntryBase
Instance Method Summary collapse
Methods inherited from FeatureEntryBase
#build_factory, #eval_bodies, #initialize, #match_entry_type?
Constructor Details
This class inherits a constructor from RgGen::Core::Builder::FeatureEntryBase
Instance Method Details
#setup(base_feature, factory, context) ⇒ Object
7 8 9 10 |
# File 'lib/rggen/core/builder/simple_feature_entry.rb', line 7 def setup(base_feature, factory, context) define_feature(base_feature, context) @factory = factory end |