Class: OrigenAppGenerators::Plugin

Inherits:
Application
  • Object
show all
Defined in:
lib/origen_app_generators/plugin.rb

Overview

The base generator class that should be used by all plugin generators

Instance Method Summary collapse

Methods inherited from Base

#get_lastest_origen_version, #set_source_paths, #set_type

Instance Method Details

#get_common_user_inputObject



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