Class: YkIosCmd::ModuleHandler
- Inherits:
-
Thor
- Object
- Thor
- YkIosCmd::ModuleHandler
- Includes:
- Thor::Actions
- Defined in:
- lib/yk_command/module/module_handler.rb
Instance Method Summary collapse
-
#initialize(args = [], options = {}, config = {}) ⇒ ModuleHandler
constructor
A new instance of ModuleHandler.
Constructor Details
#initialize(args = [], options = {}, config = {}) ⇒ ModuleHandler
Returns a new instance of ModuleHandler.
5 6 7 8 9 10 11 12 13 |
# File 'lib/yk_command/module/module_handler.rb', line 5 def initialize(args = [], = {}, config = {}) super @final_path = config[:final_path] @name = config[:name] @project = config[:project] @prefixed_module = config[:prefixed_module] @author = config[:author] @date = config[:date] end |