Class: Resedit::ImportCommand
- Inherits:
-
AppCommand
- Object
- AppCommand
- Resedit::ImportCommand
- Defined in:
- lib/resedit/app/io_commands.rb
Instance Attribute Summary
Attributes inherited from AppCommand
#names, #ohash, #opts, #params, #type
Instance Method Summary collapse
-
#initialize(name) ⇒ ImportCommand
constructor
A new instance of ImportCommand.
- #job(params) ⇒ Object
Methods inherited from AppCommand
#addOption, #addParam, #log, #logd, #loge, #parseParams, #run
Constructor Details
#initialize(name) ⇒ ImportCommand
Returns a new instance of ImportCommand.
17 18 19 |
# File 'lib/resedit/app/io_commands.rb', line 17 def initialize(name) super([name]) end |
Instance Method Details
#job(params) ⇒ Object
20 21 22 |
# File 'lib/resedit/app/io_commands.rb', line 20 def job(params) raise 'Not implemented' end |