Class: OrigenAppGenerators::Plugin
- Inherits:
-
Application
- Object
- Origen::CodeGenerators::Base
- Base
- Application
- OrigenAppGenerators::Plugin
- Defined in:
- lib/origen_app_generators/plugin.rb
Overview
The base generator class that should be used by all plugin generators
Direct Known Subclasses
EmptyPlugin, OrigenInfrastructure::AppGeneratorPlugin, TestEngineering::TestBlock
Instance Method Summary collapse
Methods inherited from Base
#get_common_user_input, #get_lastest_origen_version, #set_source_paths, #set_type, #validate_application_name
Instance Method Details
#get_additional_user_input ⇒ Object
4 5 6 7 |
# File 'lib/origen_app_generators/plugin.rb', line 4 def get_additional_user_input get_summary get_audience unless @audience end |