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_lastest_origen_version, #set_source_paths, #set_type
Instance Method Details
#get_common_user_input ⇒ Object
4 5 6 7 8 |
# File 'lib/origen_app_generators/plugin.rb', line 4 def get_common_user_input get_name_and_namespace get_summary get_audience unless @audience end |