Class: Resedit::ExportCommand
- Inherits:
-
AppCommand
- Object
- AppCommand
- Resedit::ExportCommand
- 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) ⇒ ExportCommand
constructor
A new instance of ExportCommand.
- #job(params) ⇒ Object
Methods inherited from AppCommand
#addOption, #addParam, #log, #logd, #loge, #parseParams, #run
Constructor Details
#initialize(name) ⇒ ExportCommand
Returns a new instance of ExportCommand.
7 8 9 |
# File 'lib/resedit/app/io_commands.rb', line 7 def initialize(name) super([name]) end |
Instance Method Details
#job(params) ⇒ Object
10 11 12 |
# File 'lib/resedit/app/io_commands.rb', line 10 def job(params) raise 'Not implemented' end |